Преглед изворни кода

STYLE: fix line lengths

Alex
Alexander Neundorf пре 18 година
родитељ
комит
a4fb93599f
2 измењених фајлова са 4 додато и 4 уклоњено
  1. 1 1
      Source/cmInstallCommand.cxx
  2. 3 3
      Source/cmInstallCommandArguments.h

+ 1 - 1
Source/cmInstallCommand.cxx

@@ -646,7 +646,7 @@ bool cmInstallCommand::HandleFilesMode(std::vector<std::string> const& args)
   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());
 

+ 3 - 3
Source/cmInstallCommandArguments.h

@@ -40,9 +40,9 @@ class cmInstallCommandArguments
     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,