summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallGenerator.cxx
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-08-20 20:59:06 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-08-20 20:59:06 (GMT)
commit7db8c86ac90e48aa4a36ba67dd2635646820b62f (patch)
tree5b65421fc8cefc6441e2c1f3dfe9c3b0f08af9cf /Source/cmInstallGenerator.cxx
parentb867a85213afa0c22eaad21f3589465761d2bca3 (diff)
downloadCMake-7db8c86ac90e48aa4a36ba67dd2635646820b62f.zip
CMake-7db8c86ac90e48aa4a36ba67dd2635646820b62f.tar.gz
CMake-7db8c86ac90e48aa4a36ba67dd2635646820b62f.tar.bz2
STYLE: add some newlines to cmake_install.cmake, so it's easier to read
-move the array behind the if, it's unused before it Alex
Diffstat (limited to 'Source/cmInstallGenerator.cxx')
-rw-r--r--Source/cmInstallGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmInstallGenerator.cxx b/Source/cmInstallGenerator.cxx
index bdb60cc..928b241 100644
--- a/Source/cmInstallGenerator.cxx
+++ b/Source/cmInstallGenerator.cxx
@@ -210,7 +210,7 @@ void cmInstallGenerator::GenerateScript(std::ostream& os)
this->GenerateScriptConfigs(os, indent.Next());
// End this block of installation.
- os << indent << "ENDIF(" << component_test << ")\n";
+ os << indent << "ENDIF(" << component_test << ")\n\n";
}
//----------------------------------------------------------------------------