diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-05-11 14:40:28 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-05-11 14:40:28 (GMT) |
commit | b8483cf10905814078693a58f0c3c7e56af7006f (patch) | |
tree | 75b247d243dc78c5f377c802f8d1a64eab0e9c07 /Source/cmGlobalMinGWMakefileGenerator.cxx | |
parent | 5e68642d164f1634f3df452df8930b0ef163d3a1 (diff) | |
download | CMake-b8483cf10905814078693a58f0c3c7e56af7006f.zip CMake-b8483cf10905814078693a58f0c3c7e56af7006f.tar.gz CMake-b8483cf10905814078693a58f0c3c7e56af7006f.tar.bz2 |
STYLE: fix line length
Diffstat (limited to 'Source/cmGlobalMinGWMakefileGenerator.cxx')
-rw-r--r-- | Source/cmGlobalMinGWMakefileGenerator.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Source/cmGlobalMinGWMakefileGenerator.cxx b/Source/cmGlobalMinGWMakefileGenerator.cxx index 5ede978..7e9ad82 100644 --- a/Source/cmGlobalMinGWMakefileGenerator.cxx +++ b/Source/cmGlobalMinGWMakefileGenerator.cxx @@ -25,8 +25,8 @@ cmGlobalMinGWMakefileGenerator::cmGlobalMinGWMakefileGenerator() this->ToolSupportsColor = true; } -void cmGlobalMinGWMakefileGenerator::EnableLanguage(std::vector<std::string>const& l, - cmMakefile *mf) +void cmGlobalMinGWMakefileGenerator +::EnableLanguage(std::vector<std::string>const& l, cmMakefile *mf) { this->FindMakeProgram(mf); std::string makeProgram = mf->GetRequiredDefinition("CMAKE_MAKE_PROGRAM"); @@ -64,7 +64,8 @@ cmLocalGenerator *cmGlobalMinGWMakefileGenerator::CreateLocalGenerator() } //---------------------------------------------------------------------------- -void cmGlobalMinGWMakefileGenerator::GetDocumentation(cmDocumentationEntry& entry) const +void cmGlobalMinGWMakefileGenerator +::GetDocumentation(cmDocumentationEntry& entry) const { entry.name = this->GetName(); entry.brief = "Generates a make file for use with mingw32-make."; |