Merge topic 'fix-style'

e162326 Fix indentation.
This commit is contained in:
Brad King 2013-06-03 09:57:27 -04:00 committed by CMake Topic Stage
commit db5f5243b5
2 changed files with 3 additions and 3 deletions

View File

@ -963,7 +963,7 @@ void cmGlobalGenerator::Generate()
for ( tit = targets->begin(); tit != targets->end(); ++ tit )
{
tit->second.AppendBuildInterfaceIncludes();
tit->second.AppendBuildInterfaceIncludes();
}
}

View File

@ -3018,8 +3018,8 @@ std::vector<std::string> cmTarget::GetIncludeDirectories(const char *config)
cmListFileBacktrace lfbt;
cmGeneratorExpressionDAGChecker dagChecker(lfbt,
this->GetName(),
"INCLUDE_DIRECTORIES", 0, 0);
this->GetName(),
"INCLUDE_DIRECTORIES", 0, 0);
this->AppendBuildInterfaceIncludes();