From: Gabor Juhos Date: Thu, 27 Mar 2014 07:05:46 +0000 (+0000) Subject: packages/mini_httpd: fix whitespaces X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a391fbdc66aa124ca7e4c89835e7e96ade1c134a;p=openwrt%2Fsvn-archive%2Farchive.git packages/mini_httpd: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos SVN-Revision: 40220 --- diff --git a/net/mini_httpd/Makefile b/net/mini_httpd/Makefile index 669d9b7de0..842b571b89 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