From: Christophe Jaillet Date: Mon, 27 Mar 2017 20:06:31 +0000 (+0000) Subject: Synch style in comment with 2.4.x. X-Git-Tag: 2.5.0-alpha~521 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d0889252c86193107ff2ac91f10290b0c221143;p=thirdparty%2Fapache%2Fhttpd.git Synch style in comment with 2.4.x. 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 --- diff --git a/modules/cache/mod_file_cache.c b/modules/cache/mod_file_cache.c index ca7b548356d..41993618614 100644 --- a/modules/cache/mod_file_cache.c +++ b/modules/cache/mod_file_cache.c @@ -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; }