[cmake-commits] hoffman committed cmLocalVisualStudio7Generator.cxx 1.166 1.167

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Feb 1 17:06:09 EST 2007


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

Modified Files:
	cmLocalVisualStudio7Generator.cxx 
Log Message:
STYLE: fix line length


Index: cmLocalVisualStudio7Generator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmLocalVisualStudio7Generator.cxx,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -d -r1.166 -r1.167
--- cmLocalVisualStudio7Generator.cxx	1 Feb 2007 21:54:49 -0000	1.166
+++ cmLocalVisualStudio7Generator.cxx	1 Feb 2007 22:06:05 -0000	1.167
@@ -1661,7 +1661,8 @@
       cmCustomCommand cc = l->second.GetPostBuildCommands()[0];
       const cmCustomCommandLines& cmds = cc.GetCommandLines();
       std::string project_name = cmds[0][0];
-      this->ReadAndStoreExternalGUID(project_name.c_str(), cmds[0][1].c_str());
+      this->ReadAndStoreExternalGUID(project_name.c_str(),
+                                     cmds[0][1].c_str());
       }
     else
       {



More information about the Cmake-commits mailing list