From ffcb52980ab49c72913a98146ed1e1eea101a8e2 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Thu, 27 Mar 2014 07:05:46 +0000 Subject: [PATCH] packages/mini_httpd: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos SVN-Revision: 40220 --- net/mini_httpd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.30.2