summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-05-27 15:45:47 (GMT)
committerStephen Kelly <steveire@gmail.com>2013-05-29 06:40:00 (GMT)
commite162326128f70ae1fd1a2bee9449163f87af1d18 (patch)
treea1bba9d4c8d0583d3569b7e5846496b02be2f3e5 /Source/cmGlobalGenerator.cxx
parent590a41ba0ead92f3989b3c226632c29fac76bf2e (diff)
downloadCMake-e162326128f70ae1fd1a2bee9449163f87af1d18.zip
CMake-e162326128f70ae1fd1a2bee9449163f87af1d18.tar.gz
CMake-e162326128f70ae1fd1a2bee9449163f87af1d18.tar.bz2
Fix indentation.
Diffstat (limited to 'Source/cmGlobalGenerator.cxx')
-rw-r--r--Source/cmGlobalGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx
index 3496823..3e3e5e4 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();
}
}