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 2014/04/12 09:57:45 UTC

svn commit: r1586827 - /httpd/httpd/trunk/modules/cache/mod_cache.c

Author: jailletc36
Date: Sat Apr 12 07:57:44 2014
New Revision: 1586827

URL: http://svn.apache.org/r1586827
Log:
Fix layout

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

Modified: httpd/httpd/trunk/modules/cache/mod_cache.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/cache/mod_cache.c?rev=1586827&r1=1586826&r2=1586827&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/cache/mod_cache.c (original)
+++ httpd/httpd/trunk/modules/cache/mod_cache.c Sat Apr 12 07:57:44 2014
@@ -2069,8 +2069,7 @@ static const char *set_cache_quick_handl
     cache_server_conf *conf;
 
     conf =
-        (cache_server_conf *)ap_get_module_config(parms->server->module_config
-,
+        (cache_server_conf *)ap_get_module_config(parms->server->module_config,
                                                   &cache_module);
     conf->quick = flag;
     conf->quick_set = 1;