r363205 - NFC, fixup indentation in CMakeLists.txt from r363204 as requested

Alex Lorenz via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 12 14:37:32 PDT 2019


Author: arphaman
Date: Wed Jun 12 14:37:32 2019
New Revision: 363205

URL: http://llvm.org/viewvc/llvm-project?rev=363205&view=rev
Log:
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.

Modified:
    cfe/trunk/tools/clang-scan-deps/CMakeLists.txt

Modified: cfe/trunk/tools/clang-scan-deps/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/clang-scan-deps/CMakeLists.txt?rev=363205&r1=363204&r2=363205&view=diff
==============================================================================
--- cfe/trunk/tools/clang-scan-deps/CMakeLists.txt (original)
+++ cfe/trunk/tools/clang-scan-deps/CMakeLists.txt Wed Jun 12 14:37:32 2019
@@ -1,7 +1,7 @@
 set(LLVM_LINK_COMPONENTS
-    Core
-    Support
-)
+  Core
+  Support
+  )
 
 add_clang_tool(clang-scan-deps
   ClangScanDeps.cpp




More information about the cfe-commits mailing list