STYLE: fix line length

This commit is contained in:
Ken Martin
2006-05-11 15:50:11 -04:00
parent 80f71359c1
commit ba2b99bb9f
17 changed files with 82 additions and 56 deletions

View File

@@ -46,8 +46,9 @@ bool cmIncludeCommand::InitialPass(std::vector<std::string> const& args)
fname = mfile.c_str();
}
}
bool readit = this->Makefile->ReadListFile( this->Makefile->GetCurrentListFile(),
fname.c_str() );
bool readit =
this->Makefile->ReadListFile( this->Makefile->GetCurrentListFile(),
fname.c_str() );
if(!optional && !readit && !cmSystemTools::GetFatalErrorOccured())
{
std::string m = "Could not find include file: ";