From f9383a9898b915fb836c8b7fe0877acc6aec78c6 Mon Sep 17 00:00:00 2001 From: David Cole Date: Tue, 19 Jun 2012 14:49:13 -0400 Subject: [PATCH] STYLE: Fix line length, remove extra blank line --- Source/cmNinjaTargetGenerator.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/cmNinjaTargetGenerator.cxx b/Source/cmNinjaTargetGenerator.cxx index 0c8ae8d6a..106332892 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();