From a4fb93599ffcb5d59ee6346acc96784dfa1b10e4 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Fri, 31 Aug 2007 16:52:32 -0400 Subject: [PATCH] STYLE: fix line lengths Alex --- Source/cmInstallCommand.cxx | 2 +- Source/cmInstallCommandArguments.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Source/cmInstallCommand.cxx b/Source/cmInstallCommand.cxx index 1099600cc..3fd3fef62 100644 --- a/Source/cmInstallCommand.cxx +++ b/Source/cmInstallCommand.cxx @@ -646,7 +646,7 @@ bool cmInstallCommand::HandleFilesMode(std::vector 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()); diff --git a/Source/cmInstallCommandArguments.h b/Source/cmInstallCommandArguments.h index 2547877ab..430e5378d 100644 --- a/Source/cmInstallCommandArguments.h +++ b/Source/cmInstallCommandArguments.h @@ -40,9 +40,9 @@ class cmInstallCommandArguments const std::vector& 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,