From: Yann Ylavic <ylavic@apache.org>
Date: Mon, 12 Oct 2015 11:05:18 +0000 (+0000)
Subject: core: follow up to r1708084,1708088: remove tabs.
X-Git-Tag: 2.5.0-alpha~2722
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9319152f396fc6542d84ec17f8e783507c8927af;p=apache

core: follow up to r1708084,1708088: remove tabs.


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

diff --git a/server/request.c b/server/request.c
index f75333b5a5..9955b5e9f9 100644
--- a/server/request.c
+++ b/server/request.c
@@ -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;
 }