From 3f5fdc7572d932f33f81029956b87230c9b05182 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 14 Oct 2007 04:55:59 +0000 Subject: remove trailing whitespace --- networking/httpd.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'networking/httpd.c') diff --git a/networking/httpd.c b/networking/httpd.c index 82755a08a..920702141 100644 --- a/networking/httpd.c +++ b/networking/httpd.c @@ -175,7 +175,7 @@ static const uint16_t http_response_type[] ALIGN2 = { HTTP_MOVED_TEMPORARILY, HTTP_REQUEST_TIMEOUT, HTTP_NOT_IMPLEMENTED, -#if ENABLE_FEATURE_HTTPD_BASIC_AUTH +#if ENABLE_FEATURE_HTTPD_BASIC_AUTH HTTP_UNAUTHORIZED, #endif HTTP_NOT_FOUND, @@ -1405,7 +1405,7 @@ static void send_cgi_and_exit( /* * Send a file response to a HTTP request, and exit - * + * * Parameters: * const char *url The requested URL (with leading /). * headers Don't send headers before if FALSE. @@ -1992,7 +1992,7 @@ static void mini_httpd(int server_socket) while (1) { int n; len_and_sockaddr fromAddr; - + /* Wait for connections... */ fromAddr.len = LSA_SIZEOF_SA; n = accept(server_socket, &fromAddr.sa, &fromAddr.len); @@ -2037,7 +2037,7 @@ static void mini_httpd_nommu(int server_socket, int argc, char **argv) while (1) { int n; len_and_sockaddr fromAddr; - + /* Wait for connections... */ fromAddr.len = LSA_SIZEOF_SA; n = accept(server_socket, &fromAddr.sa, &fromAddr.len); -- cgit v1.2.3