]> granicus.if.org Git - apache/commitdiff
whitespace fix
authorJeff Trawick <trawick@apache.org>
Fri, 8 Dec 2006 12:49:45 +0000 (12:49 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 8 Dec 2006 12:49:45 +0000 (12:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@483970 13f79535-47bb-0310-9956-ffa450edef68

modules/cache/mod_cache.c

index c2483a958fb89c313e329845f469449efe309b56..d8e04406223837bf2abc32e6fef819e5154b506c 100644 (file)
@@ -244,7 +244,7 @@ static int cache_url_handler(request_rec *r, int lookup)
     out = apr_brigade_create(r->pool, r->connection->bucket_alloc);
     rv = ap_pass_brigade(r->output_filters, out);
     if (rv != APR_SUCCESS) {
-        if(rv != AP_FILTER_ERROR) {
+        if (rv != AP_FILTER_ERROR) {
             ap_log_error(APLOG_MARK, APLOG_ERR, rv, r->server,
                          "cache: error returned while trying to return %s "
                          "cached data",