diff options
author | David Cole <david.cole@kitware.com> | 2009-02-20 15:14:40 (GMT) |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2009-02-20 15:14:40 (GMT) |
commit | c6051d7ad0c012d6d8f0a7ebdfb79c6f47d38288 (patch) | |
tree | 309c77da1326484695a4eaf759693839439c692a /Source/CPack/cmCPackDragNDropGenerator.cxx | |
parent | 20da2cbe030ba30174c1dd009e905888c0fb5149 (diff) | |
download | CMake-c6051d7ad0c012d6d8f0a7ebdfb79c6f47d38288.zip CMake-c6051d7ad0c012d6d8f0a7ebdfb79c6f47d38288.tar.gz CMake-c6051d7ad0c012d6d8f0a7ebdfb79c6f47d38288.tar.bz2 |
STYLE: Fix style line-too-long violations.
Diffstat (limited to 'Source/CPack/cmCPackDragNDropGenerator.cxx')
-rw-r--r-- | Source/CPack/cmCPackDragNDropGenerator.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Source/CPack/cmCPackDragNDropGenerator.cxx b/Source/CPack/cmCPackDragNDropGenerator.cxx index 2280662..a7c58a9 100644 --- a/Source/CPack/cmCPackDragNDropGenerator.cxx +++ b/Source/CPack/cmCPackDragNDropGenerator.cxx @@ -121,8 +121,10 @@ bool cmCPackDragNDropGenerator::RunCommand(cmOStringStream& command, return true; } - -int cmCPackDragNDropGenerator::CreateDMG(const std::string& toplevel, const std::string& outFileName) + +//---------------------------------------------------------------------- +int cmCPackDragNDropGenerator::CreateDMG(const std::string& toplevel, + const std::string& outFileName) { // Get optional arguments ... const std::string cpack_package_icon = this->GetOption("CPACK_PACKAGE_ICON") @@ -256,4 +258,3 @@ int cmCPackDragNDropGenerator::CreateDMG(const std::string& toplevel, const std: return 1; } - |