[cmake-commits] king committed cmMakefileTargetGenerator.cxx 1.72 1.73

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Nov 23 14:53:09 EST 2007


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

Modified Files:
	cmMakefileTargetGenerator.cxx 
Log Message:
STYLE: Fixed line-too-long.


Index: cmMakefileTargetGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmMakefileTargetGenerator.cxx,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -d -r1.72 -r1.73
--- cmMakefileTargetGenerator.cxx	21 Nov 2007 18:37:14 -0000	1.72
+++ cmMakefileTargetGenerator.cxx	23 Nov 2007 19:53:06 -0000	1.73
@@ -467,7 +467,8 @@
     (compileCommands,
      this->Makefile->GetStartOutputDirectory(),
      this->Makefile->GetHomeOutputDirectory());
-  commands.insert(commands.end(), compileCommands.begin(), compileCommands.end());
+  commands.insert(commands.end(),
+                  compileCommands.begin(), compileCommands.end());
 
   std::string targetOutPathPDB;
   {



More information about the Cmake-commits mailing list