From: Colm MacCarthaigh Date: Mon, 3 Oct 2005 10:30:52 +0000 (+0000) Subject: Two minor whitespace cleanups. Syncs with the 2.2.x branch. X-Git-Tag: 2.3.0~2922 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d7bd8dbda1f9fa631c7b39fa32886546bade2fd9;p=apache Two minor whitespace cleanups. Syncs with the 2.2.x branch. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@293291 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/cache/cache_util.c b/modules/cache/cache_util.c index 7ed7a726ed..a3650e2db2 100644 --- a/modules/cache/cache_util.c +++ b/modules/cache/cache_util.c @@ -48,7 +48,7 @@ static int uri_meets_conditions(apr_uri_t filter, int pathlen, apr_uri_t url) return 0; } } - + /* Compare the ports */ if(filter.port_str) { if (url.port_str && filter.port != url.port) { @@ -64,7 +64,7 @@ static int uri_meets_conditions(apr_uri_t filter, int pathlen, apr_uri_t url) return 0; } } - + /* Url has met all of the filter conditions so far, determine * if the paths match. */