diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-05-12 18:44:24 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-05-12 18:44:24 (GMT) |
commit | af04164c6d7171b38c38fff3cb96fb73f7451e74 (patch) | |
tree | 21747e1e20f3e808481e65f17b4f3b0d8a60f520 /Source/CPack/cmCPackTarCompressGenerator.cxx | |
parent | bf5ed9b27b5ce80348de2ec283c7c13893a00360 (diff) | |
download | CMake-af04164c6d7171b38c38fff3cb96fb73f7451e74.zip CMake-af04164c6d7171b38c38fff3cb96fb73f7451e74.tar.gz CMake-af04164c6d7171b38c38fff3cb96fb73f7451e74.tar.bz2 |
STYLE: fix line length
Diffstat (limited to 'Source/CPack/cmCPackTarCompressGenerator.cxx')
-rw-r--r-- | Source/CPack/cmCPackTarCompressGenerator.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/CPack/cmCPackTarCompressGenerator.cxx b/Source/CPack/cmCPackTarCompressGenerator.cxx index 59527cd..b911005 100644 --- a/Source/CPack/cmCPackTarCompressGenerator.cxx +++ b/Source/CPack/cmCPackTarCompressGenerator.cxx @@ -74,7 +74,8 @@ int cmCPackTarCompressGenerator::CompressFiles(const char* outFileName, packageDirFileName += ".tar"; std::string output; int retVal = -1; - if ( !this->Superclass::CompressFiles(packageDirFileName.c_str(), toplevel, files) ) + if ( !this->Superclass::CompressFiles(packageDirFileName.c_str(), + toplevel, files) ) { return 0; } |