[cmake-commits] king committed cmInstallCommand.cxx 1.35 1.36

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Oct 16 10:21:02 EDT 2007


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

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


Index: cmInstallCommand.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmInstallCommand.cxx,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- cmInstallCommand.cxx	15 Oct 2007 11:08:10 -0000	1.35
+++ cmInstallCommand.cxx	16 Oct 2007 14:20:59 -0000	1.36
@@ -160,14 +160,16 @@
         return false;
         }
       this->Makefile->AddInstallGenerator(
-        new cmInstallScriptGenerator(script.c_str(), false, component.c_str()));
+        new cmInstallScriptGenerator(script.c_str(), false,
+                                     component.c_str()));
       }
     else if(doing_code)
       {
       doing_code = false;
       std::string code = args[i];
       this->Makefile->AddInstallGenerator(
-        new cmInstallScriptGenerator(code.c_str(), true, component.c_str()));
+        new cmInstallScriptGenerator(code.c_str(), true,
+                                     component.c_str()));
       }
     }
 



More information about the Cmake-commits mailing list