diff options
author | Brad King <brad.king@kitware.com> | 2013-06-03 13:57:27 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-06-03 13:57:27 (GMT) |
commit | db5f5243b5079ebfeb06dea9c82e1cd1537a325b (patch) | |
tree | 6a173856d1b6413d152601b94a9ebe7f555e4444 /Source/cmTarget.cxx | |
parent | 7be07970ff9e1c102a1cc6d862694a4f5bb1be07 (diff) | |
parent | e162326128f70ae1fd1a2bee9449163f87af1d18 (diff) | |
download | CMake-db5f5243b5079ebfeb06dea9c82e1cd1537a325b.zip CMake-db5f5243b5079ebfeb06dea9c82e1cd1537a325b.tar.gz CMake-db5f5243b5079ebfeb06dea9c82e1cd1537a325b.tar.bz2 |
Merge topic 'fix-style'
e162326 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 4f7fa87..71edf88 100644 --- a/Source/cmTarget.cxx +++ b/Source/cmTarget.cxx @@ -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(); |