From 4c0e3757f48d5810454aa7c11b45e4c02f2de9e5 Mon Sep 17 00:00:00 2001 From: juhosg Date: Thu, 27 Mar 2014 07:06:28 +0000 Subject: [PATCH] packages/ulogd: fix trailing whitespace Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/packages@40265 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/ulogd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ulogd/Makefile b/net/ulogd/Makefile index 83ae37e2b..c676419de 100644 --- a/net/ulogd/Makefile +++ b/net/ulogd/Makefile @@ -26,7 +26,7 @@ endef define Package/ulogd $(call Package/ulogd/Default) - DEPENDS:=+iptables-mod-ulog + DEPENDS:=+iptables-mod-ulog TITLE:=Netfilter userspace logging daemon MENU:=1 endef