From d1bbf07a534c7cd70cb28c748dad9a9e768f403b Mon Sep 17 00:00:00 2001 From: tmpfile Date: Sat, 8 Jul 2017 16:30:22 -0300 Subject: community/[various]: fix trailing whitespace --- community/emacs/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'community/emacs') diff --git a/community/emacs/APKBUILD b/community/emacs/APKBUILD index a8199e7597..abf623ceb3 100644 --- a/community/emacs/APKBUILD +++ b/community/emacs/APKBUILD @@ -53,7 +53,7 @@ _build_x11() { --without-dbus \ --with-xft \ --with-jpeg=yes \ - --with-tiff=yes + --with-tiff=yes } _build_gtk2() { @@ -61,14 +61,14 @@ _build_gtk2() { --with-x-toolkit=gtk2 \ --with-xft \ --with-jpeg=yes \ - --with-tiff=no + --with-tiff=no } _build_nox() { _build_variant nox \ --without-sound \ --without-x \ - --without-file-notification + --without-file-notification } build() { -- cgit v1.2.3