]> granicus.if.org Git - apache/commitdiff
Add some spaces that were skipped when r1684524 from trunk has been backported in...
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 7 Apr 2018 21:04:16 +0000 (21:04 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 7 Apr 2018 21:04:16 +0000 (21:04 +0000)
(in order to synch 2.4.x and trunk)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1828619 13f79535-47bb-0310-9956-ffa450edef68

server/request.c

index 7cead3bffb9b8792064647c19b305fd6a62e2373..dbe3e07f150b128f15f140d15d148be206e5dd75 100644 (file)
@@ -99,7 +99,7 @@ AP_IMPLEMENT_HOOK_RUN_FIRST(apr_status_t,dirwalk_stat,
                             (apr_finfo_t *finfo, request_rec *r, apr_int32_t wanted),
                             (finfo, r, wanted), AP_DECLINED)
 AP_IMPLEMENT_HOOK_RUN_FIRST(int,force_authn,
-                          (request_rec *r), (r), DECLINED)
+                            (request_rec *r), (r), DECLINED)
 
 static int auth_internal_per_conf = 0;
 static int auth_internal_per_conf_hooks = 0;