]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Synch style in comment with 2.4.x.
authorChristophe Jaillet <jailletc36@apache.org>
Mon, 27 Mar 2017 20:06:31 +0000 (20:06 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 27 Mar 2017 20:06:31 +0000 (20:06 +0000)
Style was different when r1496711  has been backported in r1772331

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

modules/cache/mod_file_cache.c

index ca7b548356db1ac1e1f26d88c7158bf952255a6b..4199361861495d1e0ee62f861b63e94fdc0cd36d 100644 (file)
@@ -312,9 +312,9 @@ static int file_cache_handler(request_rec *r)
     int errstatus;
     int rc = OK;
 
-    /* Bail out if r->handler isn't the default value, and doesn't look like a Content-Type 
+    /* Bail out if r->handler isn't the default value, and doesn't look like a Content-Type
      * XXX: Even though we made the user explicitly list each path to cache?
-    */
+     */
     if (ap_strcmp_match(r->handler, "*/*") && !AP_IS_DEFAULT_HANDLER_NAME(r->handler)) {
         return DECLINED;
     }