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/cmTarget.cxx | |
parent | 590a41ba0ead92f3989b3c226632c29fac76bf2e (diff) | |
download | CMake-e162326128f70ae1fd1a2bee9449163f87af1d18.zip CMake-e162326128f70ae1fd1a2bee9449163f87af1d18.tar.gz CMake-e162326128f70ae1fd1a2bee9449163f87af1d18.tar.bz2 |
Fix indentation.
Diffstat (limited to 'Source/cmTarget.cxx')
-rw-r--r-- | Source/cmTarget.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx index 75873ff..d367c6c 100644 --- a/Source/cmTarget.cxx +++ b/Source/cmTarget.cxx @@ -3000,8 +3000,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(); |