From: Jeff Trawick Date: Fri, 8 Dec 2006 12:49:45 +0000 (+0000) Subject: whitespace fix X-Git-Tag: 2.3.0~1988 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a70a0e04d1aa0c0da84a3f2d93ede5a96156b00;p=thirdparty%2Fapache%2Fhttpd.git whitespace fix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@483970 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/cache/mod_cache.c b/modules/cache/mod_cache.c index c2483a958fb..d8e04406223 100644 --- a/modules/cache/mod_cache.c +++ b/modules/cache/mod_cache.c @@ -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",