From 9a934389010ba59b292547ed5ad170fa00aaabcc Mon Sep 17 00:00:00 2001 From: juhosg Date: Thu, 27 Mar 2014 07:03:27 +0000 Subject: [PATCH] packages/giflib: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/packages@40079 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/giflib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/giflib/Makefile b/libs/giflib/Makefile index 01e3353aa..02c7c0f2f 100644 --- a/libs/giflib/Makefile +++ b/libs/giflib/Makefile @@ -1,4 +1,4 @@ -# +# # Copyright (C) 2006 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. @@ -33,7 +33,7 @@ endef define Package/giflib/description giflib is a library for reading and writing gif images. It is API and ABI compatible with libungif which was in wide use while - the LZW compression algorithm was patented. + the LZW compression algorithm was patented. endef TARGET_CFLAGS += $(FPIC)