[clang] a59ba33 - Fix an indent.

Nico Weber via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 13 08:54:12 PDT 2020


Author: Nico Weber
Date: 2020-04-13T11:54:00-04:00
New Revision: a59ba3384e9d5e1cf89ddae1d14601a613b8d7b7

URL: https://github.com/llvm/llvm-project/commit/a59ba3384e9d5e1cf89ddae1d14601a613b8d7b7
DIFF: https://github.com/llvm/llvm-project/commit/a59ba3384e9d5e1cf89ddae1d14601a613b8d7b7.diff

LOG: Fix an indent.

Added: 
    

Modified: 
    clang/test/lit.cfg.py

Removed: 
    


################################################################################
diff  --git a/clang/test/lit.cfg.py b/clang/test/lit.cfg.py
index 18b5a2991f7e..0358a9d8a959 100644
--- a/clang/test/lit.cfg.py
+++ b/clang/test/lit.cfg.py
@@ -171,7 +171,7 @@ def calculate_arch_features(arch_string):
 llvm_config.feature_config(
     [('--assertion-mode', {'ON': 'asserts'}),
      ('--cxxflags', {r'-D_GLIBCXX_DEBUG\b': 'libstdcxx-safe-mode'}),
-        ('--targets-built', calculate_arch_features)
+     ('--targets-built', calculate_arch_features),
      ])
 
 if lit.util.which('xmllint'):


        


More information about the cfe-commits mailing list