From d7bd8dbda1f9fa631c7b39fa32886546bade2fd9 Mon Sep 17 00:00:00 2001 From: Colm MacCarthaigh Date: Mon, 3 Oct 2005 10:30:52 +0000 Subject: [PATCH] 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 --- modules/cache/cache_util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. */ -- 2.50.1