packages/mini_httpd: fix whitespaces
authorGabor Juhos <juhosg@openwrt.org>
Thu, 27 Mar 2014 07:05:46 +0000 (07:05 +0000)
committerGabor Juhos <juhosg@openwrt.org>
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>
SVN-Revision: 40220

net/mini_httpd/Makefile

index 669d9b7de031299e1a9a500ca4d780fd2f60d970..842b571b89faa2a1e1ad5f8b0b64b3556f525215 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