packages/irssi: fix whitespaces
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 27 Mar 2014 07:02:32 +0000 (07:02 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 27 Mar 2014 07:02:32 +0000 (07:02 +0000)
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@40052 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/irssi/Makefile

index fee6d6f..1cf4ee2 100644 (file)
@@ -68,7 +68,7 @@ CONFIGURE_ARGS += \
        --without-bot \
        --disable-proxy
 
-EXTRA_CFLAGS+=$(TARGET_CPPFLAGS) 
+EXTRA_CFLAGS+=$(TARGET_CPPFLAGS)
 EXTRA_LDFLAGS+=-lncurses
 
 ifeq ($(BUILD_VARIANT),ssl)