[mapserver-commits] r9844 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Sun Feb 21 11:00:28 EST 2010


Author: jimk
Date: 2010-02-21 11:00:28 -0500 (Sun, 21 Feb 2010)
New Revision: 9844

Modified:
   trunk/mapserver/mapwfslayer.c
Log:
Fix source formating error

Modified: trunk/mapserver/mapwfslayer.c
===================================================================
--- trunk/mapserver/mapwfslayer.c	2010-02-21 15:47:57 UTC (rev 9843)
+++ trunk/mapserver/mapwfslayer.c	2010-02-21 16:00:28 UTC (rev 9844)
@@ -648,7 +648,7 @@
     /* We'll store the remote server's response to a tmp file. */
     pasReqInfo[(*numRequests)].pszOutputFile = msTmpFile(map->mappath, 
                                                  map->web.imagepath, ".tmp.gml"); 
-	/* TODO: Implement Caching of GML responses. There was an older caching 
+    /* TODO: Implement Caching of GML responses. There was an older caching 
      * method, but it suffered from a race condition. See #3137.
      */ 
 



More information about the mapserver-commits mailing list