STYLE: Fix line length, remove extra blank line

This commit is contained in:
David Cole 2012-06-19 14:49:13 -04:00
parent e30d46e20e
commit f9383a9898
1 changed files with 2 additions and 2 deletions

View File

@ -497,10 +497,10 @@ cmNinjaTargetGenerator
{
escapedSourceFileName = cmSystemTools::CollapseFullPath(
escapedSourceFileName.c_str(),
this->GetGlobalGenerator()->GetCMakeInstance()->GetHomeOutputDirectory());
this->GetGlobalGenerator()->GetCMakeInstance()->
GetHomeOutputDirectory());
}
compileObjectVars.Source = escapedSourceFileName.c_str();
compileObjectVars.Object = objectFileName.c_str();
compileObjectVars.Flags = vars["FLAGS"].c_str();