]> granicus.if.org Git - apache/commitdiff
Two minor whitespace cleanups. Syncs with the 2.2.x branch.
authorColm MacCarthaigh <colm@apache.org>
Mon, 3 Oct 2005 10:30:52 +0000 (10:30 +0000)
committerColm MacCarthaigh <colm@apache.org>
Mon, 3 Oct 2005 10:30:52 +0000 (10:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@293291 13f79535-47bb-0310-9956-ffa450edef68

modules/cache/cache_util.c

index 7ed7a726ed8e102be4ade1e161fdeb0560f8fd8d..a3650e2db23f4080c3bee00f93819e4b30fdfb24 100644 (file)
@@ -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.
      */