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

net/smtptrapd/Makefile

index 5cfd7009713a8538f2c80bbe90d44a4a744ad888..c2182ac3fbd0c84456710dbc5437f99a0a60773b 100644 (file)
@@ -26,8 +26,8 @@ define Package/smtptrapd
 endef
 
 define Package/smtptrapd/description
-       The smtptrapd program is a multi-threaded daemon that provides 
-       a RFC 2821 compliant SMTP service that always returns a 4xx soft 
+       The smtptrapd program is a multi-threaded daemon that provides
+       a RFC 2821 compliant SMTP service that always returns a 4xx soft
        error to the RCPT TO verb.
 endef
 
@@ -41,7 +41,7 @@ define Build/Compile
                $(TARGET_LDFLAGS) \
                -lpthread
 endef
-       
+
 define Package/smtptrapd/install
        $(INSTALL_DIR) $(1)/etc/init.d
        $(INSTALL_BIN) ./files/smtptrapd.init $(1)/etc/init.d/smtptrapd