From a59ba3384e9d5e1cf89ddae1d14601a613b8d7b7 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Mon, 13 Apr 2020 11:53:23 -0400 Subject: [PATCH] Fix an indent. --- clang/test/lit.cfg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'):