]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Silence a sparse warning about inconsistent indenting
authorChristophe Jaillet <jailletc36@apache.org>
Mon, 31 Aug 2015 19:49:32 +0000 (19:49 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 31 Aug 2015 19:49:32 +0000 (19:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1700319 13f79535-47bb-0310-9956-ffa450edef68

server/request.c

index fc6443992b97726cbdf0a2c143971d7291ef7807..67e535d14c54d376c11f68b314ab92d22a673805 100644 (file)
@@ -572,10 +572,9 @@ static void core_opts_merge(const ap_conf_vector_t *sec, core_opts_t *opts)
         opts->override_opts = this_dir->override_opts;
     }
 
-   if (this_dir->override_list != NULL) {
+    if (this_dir->override_list != NULL) {
         opts->override_list = this_dir->override_list;
-   }
-
+    }
 }
 
 
@@ -618,7 +617,7 @@ AP_DECLARE(int) ap_directory_walk(request_rec *r)
         ap_log_rerror(APLOG_MARK, APLOG_INFO, 0, r, APLOGNO(00029)
                       "Module bug?  Request filename is missing for URI %s",
                       r->uri);
-       return OK;
+        return OK;
     }
 
     /* Canonicalize the file path without resolving filename case or aliases