From: Christophe Jaillet Date: Sat, 21 Nov 2015 20:57:06 +0000 (+0000) Subject: Remove some useless 'return' statements. X-Git-Tag: 2.5.0-alpha~2615 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99ba93b4dbf51fff1f8666933aa60056e6970ccf;p=apache Remove some useless 'return' statements. Add a blank line between functions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1715572 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/metadata/mod_expires.c b/modules/metadata/mod_expires.c index 8f8a777693..447fce48df 100644 --- a/modules/metadata/mod_expires.c +++ b/modules/metadata/mod_expires.c @@ -546,8 +546,8 @@ static void expires_insert_filter(request_rec *r) return; } ap_add_output_filter("MOD_EXPIRES", NULL, r, r->connection); - return; } + static void register_hooks(apr_pool_t *p) { /* mod_expires needs to run *before* the cache save filter which is