[mapguide-commits] r5734 - sandbox/adsk/2.3r/Common/Foundation/System

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue May 3 21:13:40 EDT 2011


Author: hubu
Date: 2011-05-03 18:13:40 -0700 (Tue, 03 May 2011)
New Revision: 5734

Modified:
   sandbox/adsk/2.3r/Common/Foundation/System/Util.cpp
Log:
Replace the tab with blanks

Modified: sandbox/adsk/2.3r/Common/Foundation/System/Util.cpp
===================================================================
--- sandbox/adsk/2.3r/Common/Foundation/System/Util.cpp	2011-05-03 16:44:21 UTC (rev 5733)
+++ sandbox/adsk/2.3r/Common/Foundation/System/Util.cpp	2011-05-04 01:13:40 UTC (rev 5734)
@@ -584,7 +584,7 @@
             __LINE__, __WFILE__, NULL, L"", NULL);
     }
 
-	STRING newStr = str.c_str();
+    STRING newStr = str.c_str();
 
     ReplaceString(oldValue, newValue, newStr, -1);
 



More information about the mapguide-commits mailing list