From: Bill Stoddard Date: Fri, 24 Sep 2004 13:17:11 +0000 (+0000) Subject: Cleanup a style nit. No functional changes X-Git-Tag: 2.0.53~259 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c88d5df6da31ac4c1c74606056442df88bd6c457;p=thirdparty%2Fapache%2Fhttpd.git Cleanup a style nit. No functional changes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105287 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/experimental/cache_storage.c b/modules/experimental/cache_storage.c index 855a181abbb..b37608e8ca0 100644 --- a/modules/experimental/cache_storage.c +++ b/modules/experimental/cache_storage.c @@ -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; }