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

net/mini_httpd/Makefile

index 669d9b7..842b571 100644 (file)
@@ -33,9 +33,9 @@ define Package/mini-httpd/Default/conffiles
 endef
 
 define Package/mini-httpd/Default/description
- mini_httpd is a small HTTP server. Its performance is not great, but for 
- low or medium traffic sites it's quite adequate. It implements all the 
- basic features of an HTTP server, including: 
+ mini_httpd is a small HTTP server. Its performance is not great, but for
+ low or medium traffic sites it's quite adequate. It implements all the
+ basic features of an HTTP server, including:
  - GET, HEAD, and POST methods
  - CGI
  - Basic authentication