STYLE: Fix style line-too-long violations.
This commit is contained in:
parent
20da2cbe03
commit
c6051d7ad0
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue