]> granicus.if.org Git - apache/commitdiff
Cleanup a style nit. No functional changes.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 22 Sep 2004 22:25:45 +0000 (22:25 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 22 Sep 2004 22:25:45 +0000 (22:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105260 13f79535-47bb-0310-9956-ffa450edef68

modules/experimental/cache_storage.c

index c49d9e25d8b4d494f0c431e1ad4eb2fb14548e41..80ba8ec59082f064ccb3ddca1c78eaf6c74e5596 100644 (file)
@@ -71,7 +71,7 @@ int cache_create_entity(request_rec *r, char *url, apr_off_t size)
     cache_request_rec *cache = (cache_request_rec *) 
                          ap_get_module_config(r->request_config, &cache_module);
 
-    rv =  cache_generate_key(r,r->pool,&key);
+    rv = cache_generate_key(r, r->pool, &key);
     if (rv != APR_SUCCESS) {
         return rv;
     }