]> granicus.if.org Git - apache/commitdiff
sigh.
authorIan Holsman <ianh@apache.org>
Wed, 16 Jan 2002 18:12:52 +0000 (18:12 +0000)
committerIan Holsman <ianh@apache.org>
Wed, 16 Jan 2002 18:12:52 +0000 (18:12 +0000)
code style police

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92865 13f79535-47bb-0310-9956-ffa450edef68

server/request.c

index 79330ce36868f322cbf12134942af040500e3173..389195bfbf8324857ffc60c459cf63d05e507f8e 100644 (file)
@@ -145,7 +145,7 @@ AP_DECLARE(int) ap_process_request_internal(request_rec *r)
 
     access_status = ap_run_quick_handler(r);
     if (access_status != DECLINED) {
-        if ( access_status == OK )  {
+        if (access_status == OK)  {
             if (!r->main)
                 return DONE;
             else