From c6051d7ad0c012d6d8f0a7ebdfb79c6f47d38288 Mon Sep 17 00:00:00 2001 From: David Cole Date: Fri, 20 Feb 2009 10:14:40 -0500 Subject: STYLE: Fix style line-too-long violations. --- Source/CPack/cmCPackDragNDropGenerator.cxx | 7 ++++--- Source/CPack/cmCPackDragNDropGenerator.h | 6 +++--- 2 files changed, 7 insertions(+), 6 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; } - diff --git a/Source/CPack/cmCPackDragNDropGenerator.h b/Source/CPack/cmCPackDragNDropGenerator.h index ed0307d..358d65f 100644 --- a/Source/CPack/cmCPackDragNDropGenerator.h +++ b/Source/CPack/cmCPackDragNDropGenerator.h @@ -39,11 +39,11 @@ protected: bool CopyFile(cmOStringStream& source, cmOStringStream& target); bool RunCommand(cmOStringStream& command, std::string* output = 0); - - virtual int CreateDMG(const std::string& installdir, const std::string& outdmg); + + virtual int CreateDMG(const std::string& installdir, + const std::string& outdmg); std::string InstallPrefix; }; #endif - -- cgit v0.12