]> granicus.if.org Git - clang/commitdiff
NFC, fixup indentation in CMakeLists.txt from r363204 as requested
authorAlex Lorenz <arphaman@gmail.com>
Wed, 12 Jun 2019 21:37:32 +0000 (21:37 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Wed, 12 Jun 2019 21:37:32 +0000 (21:37 +0000)
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

tools/clang-scan-deps/CMakeLists.txt

index 63488aaa8d82a4a09e5fe5b60991ff31e6e5e38a..25cfdf3e37a8e0dcdbf0b0035109c554c8b765b0 100644 (file)
@@ -1,7 +1,7 @@
 set(LLVM_LINK_COMPONENTS
-    Core
-    Support
-)
+  Core
+  Support
+  )
 
 add_clang_tool(clang-scan-deps
   ClangScanDeps.cpp