You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2005/10/03 12:30:57 UTC

svn commit: r293291 - /httpd/httpd/trunk/modules/cache/cache_util.c

Author: colm
Date: Mon Oct  3 03:30:52 2005
New Revision: 293291

URL: http://svn.apache.org/viewcvs?rev=293291&view=rev
Log:
Two minor whitespace cleanups. Syncs with the 2.2.x branch.

Modified:
    httpd/httpd/trunk/modules/cache/cache_util.c

Modified: httpd/httpd/trunk/modules/cache/cache_util.c
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/modules/cache/cache_util.c?rev=293291&r1=293290&r2=293291&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/cache/cache_util.c (original)
+++ httpd/httpd/trunk/modules/cache/cache_util.c Mon Oct  3 03:30:52 2005
@@ -48,7 +48,7 @@
             return 0;
         }
     }
-    
+
     /* Compare the ports */
     if(filter.port_str) {
         if (url.port_str && filter.port != url.port) {
@@ -64,7 +64,7 @@
             return 0;
         }
     }
-    
+
     /* Url has met all of the filter conditions so far, determine
      * if the paths match.
      */