diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-05-27 15:45:47 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-05-29 06:40:00 (GMT) |
commit | e162326128f70ae1fd1a2bee9449163f87af1d18 (patch) | |
tree | a1bba9d4c8d0583d3569b7e5846496b02be2f3e5 /Source/cmGlobalGenerator.cxx | |
parent | 590a41ba0ead92f3989b3c226632c29fac76bf2e (diff) | |
download | CMake-e162326128f70ae1fd1a2bee9449163f87af1d18.zip CMake-e162326128f70ae1fd1a2bee9449163f87af1d18.tar.gz CMake-e162326128f70ae1fd1a2bee9449163f87af1d18.tar.bz2 |
Fix indentation.
Diffstat (limited to 'Source/cmGlobalGenerator.cxx')
-rw-r--r-- | Source/cmGlobalGenerator.cxx | 2 |
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(); } } |