From: Alex Lorenz Date: Wed, 12 Jun 2019 21:37:32 +0000 (+0000) Subject: NFC, fixup indentation in CMakeLists.txt from r363204 as requested X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf54be387f4f9dff591eaff5802ccad443172af1;p=clang NFC, fixup indentation in CMakeLists.txt from r363204 as requested in the review. I missed that review comment from https://reviews.llvm.org/D60233 in the original commit. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@363205 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/clang-scan-deps/CMakeLists.txt b/tools/clang-scan-deps/CMakeLists.txt index 63488aaa8d..25cfdf3e37 100644 --- a/tools/clang-scan-deps/CMakeLists.txt +++ b/tools/clang-scan-deps/CMakeLists.txt @@ -1,7 +1,7 @@ set(LLVM_LINK_COMPONENTS - Core - Support -) + Core + Support + ) add_clang_tool(clang-scan-deps ClangScanDeps.cpp