diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-07-26 12:40:51 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-07-26 12:40:51 (GMT) |
commit | 0ea4c7b784a31569f582f0cd2de0341465780a7c (patch) | |
tree | 725f4a2cdc54ccd7025abca8de87033dd014fdb7 /Source/CPack/cmCPackZIPGenerator.cxx | |
parent | 9202d274652ba76be73ff3dcace5af245745e512 (diff) | |
download | CMake-0ea4c7b784a31569f582f0cd2de0341465780a7c.zip CMake-0ea4c7b784a31569f582f0cd2de0341465780a7c.tar.gz CMake-0ea4c7b784a31569f582f0cd2de0341465780a7c.tar.bz2 |
STYLE: fix line lengths
Alex
Diffstat (limited to 'Source/CPack/cmCPackZIPGenerator.cxx')
-rw-r--r-- | Source/CPack/cmCPackZIPGenerator.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/CPack/cmCPackZIPGenerator.cxx b/Source/CPack/cmCPackZIPGenerator.cxx index 8af17c5..f93575f 100644 --- a/Source/CPack/cmCPackZIPGenerator.cxx +++ b/Source/CPack/cmCPackZIPGenerator.cxx @@ -55,7 +55,8 @@ int cmCPackZIPGenerator::CompressFiles(const char* outFileName, std::string tempFileName; tempFileName = toplevel; tempFileName += "/winZip.filelist"; - bool needQuotesInFile = cmSystemTools::IsOn(this->GetOption("CPACK_ZIP_NEED_QUOTES")); + bool needQuotesInFile = + cmSystemTools::IsOn(this->GetOption("CPACK_ZIP_NEED_QUOTES")); std::string cmd = this->GetOption("CPACK_ZIP_COMMAND"); cmsys::SystemTools::ReplaceString(cmd, "<ARCHIVE>", outFileName); |