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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user