]> granicus.if.org Git - apache/commitdiff
style police
authorIan Holsman <ianh@apache.org>
Fri, 8 Feb 2002 06:09:34 +0000 (06:09 +0000)
committerIan Holsman <ianh@apache.org>
Fri, 8 Feb 2002 06:09:34 +0000 (06:09 +0000)
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93333 13f79535-47bb-0310-9956-ffa450edef68

modules/experimental/cache_storage.c

index f78bc482ff61b0f1a64ac860f5471018d3aaa396..ac26b5c37c5c36a1670f0acd46f6b94655b9bbee 100644 (file)
@@ -253,6 +253,7 @@ apr_status_t cache_generate_key_default( request_rec *r, apr_pool_t*p, char**key
    *key = apr_pstrdup(p,r->uri);
    return APR_SUCCESS;
 }
+
 APR_IMPLEMENT_EXTERNAL_HOOK_RUN_FIRST(cache, CACHE, int, create_entity, 
                                       (cache_handle_t *h, request_rec *r, const char *type, 
                                       const char *urlkey, apr_size_t len),