packages/aircrack-ptw: fix whitespaces
authorGabor Juhos <juhosg@openwrt.org>
Thu, 27 Mar 2014 07:04:23 +0000 (07:04 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Thu, 27 Mar 2014 07:04:23 +0000 (07:04 +0000)
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40137

net/aircrack-ptw/Makefile

index 5dacde151e913c14279d84888553b88327bbce6c..1aad95af04d4efbf63bc924d9ccb6abab3c6e98f 100644 (file)
@@ -34,7 +34,7 @@ define Build/Compile
                $(TARGET_LDFLAGS) \
                -lpcap -o $(PKG_BUILD_DIR)/aircrack-ptw \
                $(PKG_BUILD_DIR)/aircrack-ptw.c \
-               $(PKG_BUILD_DIR)/aircrack-ptw-lib.c 
+               $(PKG_BUILD_DIR)/aircrack-ptw-lib.c
 endef
 
 define Package/aircrack-ptw/install