From: juhosg Date: Thu, 27 Mar 2014 07:05:46 +0000 (+0000) Subject: packages/mini_httpd: fix whitespaces X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=0c1a692c4761e86bb69dd081ad63a69ca6478010;p=packages.git packages/mini_httpd: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/packages@40220 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/mini_httpd/Makefile b/net/mini_httpd/Makefile index 669d9b7de..842b571b8 100644 --- a/net/mini_httpd/Makefile +++ b/net/mini_httpd/Makefile @@ -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