summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackTarCompressGenerator.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-05-12 18:44:24 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-05-12 18:44:24 (GMT)
commitaf04164c6d7171b38c38fff3cb96fb73f7451e74 (patch)
tree21747e1e20f3e808481e65f17b4f3b0d8a60f520 /Source/CPack/cmCPackTarCompressGenerator.cxx
parentbf5ed9b27b5ce80348de2ec283c7c13893a00360 (diff)
downloadCMake-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.cxx3
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;
}