You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2017/03/27 20:06:31 UTC

svn commit: r1789002 - /httpd/httpd/trunk/modules/cache/mod_file_cache.c

Author: jailletc36
Date: Mon Mar 27 20:06:31 2017
New Revision: 1789002

URL: http://svn.apache.org/viewvc?rev=1789002&view=rev
Log:
Synch style in comment with 2.4.x.
Style was different when r1496711  has been backported in r1772331

Modified:
    httpd/httpd/trunk/modules/cache/mod_file_cache.c

Modified: httpd/httpd/trunk/modules/cache/mod_file_cache.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/cache/mod_file_cache.c?rev=1789002&r1=1789001&r2=1789002&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/cache/mod_file_cache.c (original)
+++ httpd/httpd/trunk/modules/cache/mod_file_cache.c Mon Mar 27 20:06:31 2017
@@ -312,9 +312,9 @@ static int file_cache_handler(request_re
     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;
     }