diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-05-10 19:56:00 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-05-10 19:56:00 (GMT) |
commit | 71b993560b2e65dc648521fc19b02b5e80e50553 (patch) | |
tree | 186eee70bc91d63bd48a4895ca3a31fe84227914 /Source/cmGlobalBorlandMakefileGenerator.cxx | |
parent | 2af47105250a8a502eb5a3cbe18e1d77d11ec590 (diff) | |
download | CMake-71b993560b2e65dc648521fc19b02b5e80e50553.zip CMake-71b993560b2e65dc648521fc19b02b5e80e50553.tar.gz CMake-71b993560b2e65dc648521fc19b02b5e80e50553.tar.bz2 |
STYLE: fix line length
Diffstat (limited to 'Source/cmGlobalBorlandMakefileGenerator.cxx')
-rw-r--r-- | Source/cmGlobalBorlandMakefileGenerator.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Source/cmGlobalBorlandMakefileGenerator.cxx b/Source/cmGlobalBorlandMakefileGenerator.cxx index b1efb70..5018a8c 100644 --- a/Source/cmGlobalBorlandMakefileGenerator.cxx +++ b/Source/cmGlobalBorlandMakefileGenerator.cxx @@ -28,8 +28,8 @@ cmGlobalBorlandMakefileGenerator::cmGlobalBorlandMakefileGenerator() } -void cmGlobalBorlandMakefileGenerator::EnableLanguage(std::vector<std::string>const& l, - cmMakefile *mf) +void cmGlobalBorlandMakefileGenerator +::EnableLanguage(std::vector<std::string>const& l, cmMakefile *mf) { std::string outdir = this->CMakeInstance->GetStartOutputDirectory(); mf->AddDefinition("BORLAND", "1"); @@ -55,7 +55,8 @@ cmLocalGenerator *cmGlobalBorlandMakefileGenerator::CreateLocalGenerator() //---------------------------------------------------------------------------- -void cmGlobalBorlandMakefileGenerator::GetDocumentation(cmDocumentationEntry& entry) const +void cmGlobalBorlandMakefileGenerator +::GetDocumentation(cmDocumentationEntry& entry) const { entry.name = this->GetName(); entry.brief = "Generates Borland makefiles."; |