summaryrefslogtreecommitdiffstats
path: root/Source/cmEnableLanguageCommand.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-05-10 19:08:38 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-05-10 19:08:38 (GMT)
commitbb88ef5e41c2308db4e3fbd8c4e082495f45e389 (patch)
tree6a4613f8d0728b83bb744ef78f008e308b0f8704 /Source/cmEnableLanguageCommand.cxx
parent14781101fd43a68ea5226f067022df30fa8464b4 (diff)
downloadCMake-bb88ef5e41c2308db4e3fbd8c4e082495f45e389.zip
CMake-bb88ef5e41c2308db4e3fbd8c4e082495f45e389.tar.gz
CMake-bb88ef5e41c2308db4e3fbd8c4e082495f45e389.tar.bz2
STYLE: fix line length
Diffstat (limited to 'Source/cmEnableLanguageCommand.cxx')
-rw-r--r--Source/cmEnableLanguageCommand.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/cmEnableLanguageCommand.cxx b/Source/cmEnableLanguageCommand.cxx
index 2aa586e..c778884 100644
--- a/Source/cmEnableLanguageCommand.cxx
+++ b/Source/cmEnableLanguageCommand.cxx
@@ -17,11 +17,13 @@
#include "cmEnableLanguageCommand.h"
// cmEnableLanguageCommand
-bool cmEnableLanguageCommand::InitialPass(std::vector<std::string> const& args)
+bool cmEnableLanguageCommand
+::InitialPass(std::vector<std::string> const& args)
{
if(args.size() < 1 )
{
- this->SetError("ENABLE_LANGUAGE called with incorrect number of arguments");
+ this->SetError
+ ("ENABLE_LANGUAGE called with incorrect number of arguments");
return false;
}
this->Makefile->EnableLanguage(args);