diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-07-27 17:12:36 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-07-27 17:12:36 (GMT) |
commit | 42f9a6eb08adeab2769c2150bb15097fa75d8578 (patch) | |
tree | ca3f784a6f91867c88ad58190d86fa5d8fe9ee2c /Source/CPack/cmCPackDebGenerator.cxx | |
parent | 507896e03b77842513799b7413afb667fffe9f35 (diff) | |
download | CMake-42f9a6eb08adeab2769c2150bb15097fa75d8578.zip CMake-42f9a6eb08adeab2769c2150bb15097fa75d8578.tar.gz CMake-42f9a6eb08adeab2769c2150bb15097fa75d8578.tar.bz2 |
STYLE: fix line length
Alex
Diffstat (limited to 'Source/CPack/cmCPackDebGenerator.cxx')
-rw-r--r-- | Source/CPack/cmCPackDebGenerator.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/CPack/cmCPackDebGenerator.cxx b/Source/CPack/cmCPackDebGenerator.cxx index a9078f8..9623dac 100644 --- a/Source/CPack/cmCPackDebGenerator.cxx +++ b/Source/CPack/cmCPackDebGenerator.cxx @@ -58,7 +58,8 @@ int cmCPackDebGenerator::CompressFiles(const char* outFileName, ctlfilename += "/control"; // debian policy enforce lower case for package name - std::string debian_pkg_name = cmsys::SystemTools::LowerCase( this->GetOption("DEBIAN_PACKAGE_NAME") ); + std::string debian_pkg_name = + cmsys::SystemTools::LowerCase( this->GetOption("DEBIAN_PACKAGE_NAME") ); const char* debian_pkg_version = this->GetOption("DEBIAN_PACKAGE_VERSION"); const char* debian_pkg_arch = this->GetOption("DEBIAN_PACKAGE_ARCHITECTURE"); const char* debian_pkg_dep = this->GetOption("DEBIAN_PACKAGE_DEPENDS"); |