[cmake-commits] alex committed cmInstallCommand.cxx 1.32 1.33 cmInstallCommandArguments.h 1.2 1.3

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Aug 31 16:52:34 EDT 2007


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

Modified Files:
	cmInstallCommand.cxx cmInstallCommandArguments.h 
Log Message:

STYLE: fix line lengths

Alex


Index: cmInstallCommandArguments.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmInstallCommandArguments.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cmInstallCommandArguments.h	24 Aug 2007 18:27:18 -0000	1.2
+++ cmInstallCommandArguments.h	31 Aug 2007 20:52:32 -0000	1.3
@@ -40,9 +40,9 @@
     const std::vector<std::string>& GetConfigurations() const;
     bool GetOptional() const;
 
-    // once HandleDirectoryMode() is also switched to using cmInstallCommandArguments
-    // then these two functions can become non-static private member functions
-    // without arguments
+    // once HandleDirectoryMode() is also switched to using 
+    // cmInstallCommandArguments then these two functions can become non-static
+    // private member functions without arguments
     static void ComputeDestination(const std::string& inDest, 
                                    std::string& absDest);
     static bool CheckPermissions(const std::string& onePerm, 

Index: cmInstallCommand.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmInstallCommand.cxx,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- cmInstallCommand.cxx	30 Aug 2007 20:22:01 -0000	1.32
+++ cmInstallCommand.cxx	31 Aug 2007 20:52:32 -0000	1.33
@@ -646,7 +646,7 @@
   this->Makefile->AddInstallGenerator(
                          CreateInstallFilesGenerator(absFiles, ica, programs));
 
-  // Tell the global generator about any installation component names specified.
+  //Tell the global generator about any installation component names specified.
   this->Makefile->GetLocalGenerator()->GetGlobalGenerator()
                              ->AddInstallComponent(ica.GetComponent().c_str());
 



More information about the Cmake-commits mailing list