STYLE: fix line length

This commit is contained in:
Ken Martin
2006-05-10 15:08:38 -04:00
parent 14781101fd
commit bb88ef5e41
12 changed files with 58 additions and 32 deletions

View File

@@ -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);