From e162326128f70ae1fd1a2bee9449163f87af1d18 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Mon, 27 May 2013 17:45:47 +0200 Subject: [PATCH] Fix indentation. --- Source/cmGlobalGenerator.cxx | 2 +- Source/cmTarget.cxx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx index 349682328..3e3e5e416 100644 --- a/Source/cmGlobalGenerator.cxx +++ b/Source/cmGlobalGenerator.cxx @@ -963,7 +963,7 @@ void cmGlobalGenerator::Generate() for ( tit = targets->begin(); tit != targets->end(); ++ tit ) { - tit->second.AppendBuildInterfaceIncludes(); + tit->second.AppendBuildInterfaceIncludes(); } } diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx index 75873fffb..d367c6ca5 100644 --- a/Source/cmTarget.cxx +++ b/Source/cmTarget.cxx @@ -3000,8 +3000,8 @@ std::vector cmTarget::GetIncludeDirectories(const char *config) cmListFileBacktrace lfbt; cmGeneratorExpressionDAGChecker dagChecker(lfbt, - this->GetName(), - "INCLUDE_DIRECTORIES", 0, 0); + this->GetName(), + "INCLUDE_DIRECTORIES", 0, 0); this->AppendBuildInterfaceIncludes();