packages/irssi: fix whitespaces
authorGabor Juhos <juhosg@openwrt.org>
Thu, 27 Mar 2014 07:02:32 +0000 (07:02 +0000)
committerGabor Juhos <juhosg@openwrt.org>
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>
SVN-Revision: 40052

net/irssi/Makefile

index fee6d6f33d1c3413be5e85e3d40102f7bf8a70a5..1cf4ee27c08b100d2d8ef0d1114a9af6bea5c541 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)