]> granicus.if.org Git - apache/commitdiff
core: follow up to r1708084,1708088: remove tabs.
authorYann Ylavic <ylavic@apache.org>
Mon, 12 Oct 2015 11:05:18 +0000 (11:05 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 12 Oct 2015 11:05:18 +0000 (11:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1708090 13f79535-47bb-0310-9956-ffa450edef68

server/request.c

index f75333b5a52021a2f712f7733cb2aa99d8bcd964..9955b5e9f9a1dea2290ab0e5c218480ee1eab1d2 100644 (file)
@@ -2520,9 +2520,9 @@ AP_DECLARE(int) ap_run_sub_req(request_rec *r)
     if (retval == DECLINED) {
         retval = ap_invoke_handler(r);
     }
-       if (retval == DONE) {
-               retval = OK;
-       }
+    if (retval == DONE) {
+        retval = OK;
+    }
     ap_finalize_sub_req_protocol(r);
     return retval;
 }