From 320f8bf655fe5fced99a6c458cb37442c5eb6b60 Mon Sep 17 00:00:00 2001 From: juhosg Date: Thu, 27 Mar 2014 07:04:03 +0000 Subject: [PATCH] packages/mako: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/packages@40114 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- lang/mako/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/mako/Makefile b/lang/mako/Makefile index ad935c6c1..d5101d04e 100644 --- a/lang/mako/Makefile +++ b/lang/mako/Makefile @@ -27,7 +27,7 @@ define Package/mako CATEGORY:=Languages TITLE:=Mako Templates for Python URL:=http://www.makotemplates.org/ - DEPENDS:=+python + DEPENDS:=+python endef define Package/mako/description