summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cpack.cxx
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-07-26 12:40:51 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-07-26 12:40:51 (GMT)
commit0ea4c7b784a31569f582f0cd2de0341465780a7c (patch)
tree725f4a2cdc54ccd7025abca8de87033dd014fdb7 /Source/CPack/cpack.cxx
parent9202d274652ba76be73ff3dcace5af245745e512 (diff)
downloadCMake-0ea4c7b784a31569f582f0cd2de0341465780a7c.zip
CMake-0ea4c7b784a31569f582f0cd2de0341465780a7c.tar.gz
CMake-0ea4c7b784a31569f582f0cd2de0341465780a7c.tar.bz2
STYLE: fix line lengths
Alex
Diffstat (limited to 'Source/CPack/cpack.cxx')
-rw-r--r--Source/CPack/cpack.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/CPack/cpack.cxx b/Source/CPack/cpack.cxx
index 6ea29ba..a737d8b 100644
--- a/Source/CPack/cpack.cxx
+++ b/Source/CPack/cpack.cxx
@@ -246,7 +246,8 @@ int main (int argc, char *argv[])
// find out which system cpack is running on, so it can setup the search
// paths, so FIND_XXX() commands can be used in scripts
cminst.AddCMakePaths(argv[0]);
- std::string systemFile = globalMF->GetModulesFile("CMakeDetermineSystem.cmake");
+ std::string systemFile =
+ globalMF->GetModulesFile("CMakeDetermineSystem.cmake");
if (!globalMF->ReadListFile(0, systemFile.c_str()))
{
cmCPack_Log(&log, cmCPackLog::LOG_ERROR,
@@ -254,7 +255,8 @@ int main (int argc, char *argv[])
return 1;
}
- systemFile = globalMF->GetModulesFile("CMakeSystemSpecificInformation.cmake");
+ systemFile =
+ globalMF->GetModulesFile("CMakeSystemSpecificInformation.cmake");
if (!globalMF->ReadListFile(0, systemFile.c_str()))
{
cmCPack_Log(&log, cmCPackLog::LOG_ERROR,