1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-08 04:22:21 +03:00

No functional Change: Removing trailing whitespace. This also

means that "blank" lines consisting of just spaces or
tabs are now really blank lines


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332306 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jim Jagielski
2005-11-10 15:11:44 +00:00
parent 5d2fae4818
commit 5061d9fa92
181 changed files with 4230 additions and 4230 deletions

View File

@@ -256,7 +256,7 @@ static int authenticate_basic_user(request_rec *r)
current_provider = current_provider->next;
} while (current_provider);
if (auth_result != AUTH_GRANTED) {
int return_code;
@@ -280,7 +280,7 @@ static int authenticate_basic_user(request_rec *r)
break;
case AUTH_GENERAL_ERROR:
default:
/* We'll assume that the module has already said what its error
/* We'll assume that the module has already said what its error
* was in the logs.
*/
return_code = HTTP_INTERNAL_SERVER_ERROR;