diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2010-09-15 20:41:41 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2010-09-15 20:41:41 (GMT) |
commit | 390117435ad0595d9fcc9cf4c93f70f7939b8cf6 (patch) | |
tree | 164190a7138e342926219c4f2b7ada65bed4309b /Source/CPack/cmCPackArchiveGenerator.h | |
parent | de7a090847b4e3113209cf518742cbc1988b3fd8 (diff) | |
download | CMake-390117435ad0595d9fcc9cf4c93f70f7939b8cf6.zip CMake-390117435ad0595d9fcc9cf4c93f70f7939b8cf6.tar.gz CMake-390117435ad0595d9fcc9cf4c93f70f7939b8cf6.tar.bz2 |
Fix KWStyle line length issues.
Diffstat (limited to 'Source/CPack/cmCPackArchiveGenerator.h')
-rw-r--r-- | Source/CPack/cmCPackArchiveGenerator.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/CPack/cmCPackArchiveGenerator.h b/Source/CPack/cmCPackArchiveGenerator.h index ae545c8..6e173bd 100644 --- a/Source/CPack/cmCPackArchiveGenerator.h +++ b/Source/CPack/cmCPackArchiveGenerator.h @@ -45,7 +45,8 @@ protected: * @param[in,out] archive the archive object * @param[in] component the component whose file will be added to archive */ - int addOneComponentToArchive(cmArchiveWrite& archive, cmCPackComponent* component); + int addOneComponentToArchive(cmArchiveWrite& archive, + cmCPackComponent* component); /** * The main package file method. |