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/cpack.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/cpack.cxx')
-rw-r--r-- | Source/CPack/cpack.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/CPack/cpack.cxx b/Source/CPack/cpack.cxx index effd78d..ddd5252 100644 --- a/Source/CPack/cpack.cxx +++ b/Source/CPack/cpack.cxx @@ -245,7 +245,8 @@ int main (int argc, char *argv[]) { if ( cmSystemTools::FileExists(cpackConfigFile.c_str()) ) { - cpackConfigFile = cmSystemTools::CollapseFullPath(cpackConfigFile.c_str()); + cpackConfigFile = + cmSystemTools::CollapseFullPath(cpackConfigFile.c_str()); if ( !mf->ReadListFile(0, cpackConfigFile.c_str()) ) { cmCPack_Log(&log, cmCPackLog::LOG_ERROR, |