summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallCommand.cxx
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-08-31 20:52:32 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-08-31 20:52:32 (GMT)
commita4fb93599ffcb5d59ee6346acc96784dfa1b10e4 (patch)
tree6e784667c0e0149d6c2449c686fb77718edc0e6a /Source/cmInstallCommand.cxx
parent5ceafcb7e20c56ec615211da3314443292962283 (diff)
downloadCMake-a4fb93599ffcb5d59ee6346acc96784dfa1b10e4.zip
CMake-a4fb93599ffcb5d59ee6346acc96784dfa1b10e4.tar.gz
CMake-a4fb93599ffcb5d59ee6346acc96784dfa1b10e4.tar.bz2
STYLE: fix line lengths
Alex
Diffstat (limited to 'Source/cmInstallCommand.cxx')
-rw-r--r--Source/cmInstallCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmInstallCommand.cxx b/Source/cmInstallCommand.cxx
index 1099600..3fd3fef 100644
--- a/Source/cmInstallCommand.cxx
+++ b/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());