packages/veth: fix whitespaces
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 27 Mar 2014 07:03:56 +0000 (07:03 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 27 Mar 2014 07:03:56 +0000 (07:03 +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@40107 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/veth/Makefile

index e2c89e2..ee92fd6 100644 (file)
@@ -26,11 +26,11 @@ define Package/veth
 endef
 
 define Package/veth/description
-       VETH is a daemon that virtualizes a ethernet card in Linux. 
+       VETH is a daemon that virtualizes a ethernet card in Linux.
        The virtualization is done via Universal TUN/TAP Driver.
 endef
 
-define Build/Compile   
+define Build/Compile
        $(MAKE) -C $(PKG_BUILD_DIR)/veth \
                CC="$(TARGET_CC)" \
                CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS)" \