diff options
author | David Cole <david.cole@kitware.com> | 2012-06-19 18:49:13 (GMT) |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2012-06-19 18:49:13 (GMT) |
commit | f9383a9898b915fb836c8b7fe0877acc6aec78c6 (patch) | |
tree | 290f34cb8fcd8900510556099c27910a1ae09b2e /Source/cmNinjaTargetGenerator.cxx | |
parent | e30d46e20ee71d57e09f83fafa39b7e464efe110 (diff) | |
download | CMake-f9383a9898b915fb836c8b7fe0877acc6aec78c6.zip CMake-f9383a9898b915fb836c8b7fe0877acc6aec78c6.tar.gz CMake-f9383a9898b915fb836c8b7fe0877acc6aec78c6.tar.bz2 |
STYLE: Fix line length, remove extra blank line
Diffstat (limited to 'Source/cmNinjaTargetGenerator.cxx')
-rw-r--r-- | Source/cmNinjaTargetGenerator.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmNinjaTargetGenerator.cxx b/Source/cmNinjaTargetGenerator.cxx index 0c8ae8d..1063328 100644 --- a/Source/cmNinjaTargetGenerator.cxx +++ b/Source/cmNinjaTargetGenerator.cxx @@ -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(); |