STYLE: Fix line length, remove extra blank line
This commit is contained in:
parent
e30d46e20e
commit
f9383a9898
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue