[cmake-commits] hoffman committed cmLocalVisualStudio7Generator.cxx 1.157 1.158

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Jan 15 12:12:58 EST 2007


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv21477

Modified Files:
	cmLocalVisualStudio7Generator.cxx 
Log Message:
STYLE: fix link lenght issue 


Index: cmLocalVisualStudio7Generator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmLocalVisualStudio7Generator.cxx,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -d -r1.157 -r1.158
--- cmLocalVisualStudio7Generator.cxx	12 Jan 2007 02:02:47 -0000	1.157
+++ cmLocalVisualStudio7Generator.cxx	15 Jan 2007 17:12:56 -0000	1.158
@@ -627,11 +627,13 @@
   fout << "\t\t</Configuration>\n";
 }
 void cmLocalVisualStudio7Generator::ReplaceFlagSetMap(std::string& flags, 
-                                                      cmVS7FlagTable* flagTable,
+                                                      cmVS7FlagTable* 
+                                                      flagTable,
                                                       std::map<cmStdString, 
                                                       cmStdString>& flagMap,
                                                       std::string& option,
-                                                      std::string::size_type pos)
+                                                      std::string::size_type 
+                                                      pos)
 {  
   std::string value = flagTable->value;
   if(strcmp(flagTable->comment, "USER_VALUE") == 0)



More information about the Cmake-commits mailing list