packages/watchcat: remove trailing whitespace
authorGabor Juhos <juhosg@openwrt.org>
Thu, 27 Mar 2014 07:06:42 +0000 (07:06 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Thu, 27 Mar 2014 07:06:42 +0000 (07:06 +0000)
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40280

utils/watchcat/Makefile

index 3ca2854d512e857dc0328ce2dc40c018e46ea0d9..c0a92915eaf385adc45e6d0aa6c6ee8f2a4d15bb 100644 (file)
@@ -1,5 +1,5 @@
-# 
-# Copyright (C) 2010 segal.di.ubi.pt 
+#
+# Copyright (C) 2010 segal.di.ubi.pt
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -37,7 +37,7 @@ define Package/watchcat/install
        $(INSTALL_BIN) ./files/initd_watchcat $(1)/etc/init.d/watchcat
        $(INSTALL_DIR) $(1)/usr/bin
        $(INSTALL_BIN) ./files/watchcat.sh $(1)/usr/bin/watchcat.sh
-       $(INSTALL_DIR) $(1)/etc/uci-defaults    
+       $(INSTALL_DIR) $(1)/etc/uci-defaults
        $(INSTALL_BIN) ./files/uci_defaults_watchcat $(1)/etc/uci-defaults/50-watchcat
 endef