Skip to content

Commit fcad8b4

Browse files
committed
fix python style
Created using spr 1.3.6-beta.1
1 parent e62ef5f commit fcad8b4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

compiler-rt/test/hwasan/lit.cfg.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,10 @@ def build_invocation(compile_flags):
7878
)
7979

8080
# Ensure that we can use hwasan_symbolize from the expected location
81-
llvm_config.add_tool_substitutions([ToolSubst("hwasan_symbolize", unresolved="fatal")],
82-
search_dirs=[config.compiler_rt_bindir])
81+
llvm_config.add_tool_substitutions(
82+
[ToolSubst("hwasan_symbolize", unresolved="fatal")],
83+
search_dirs=[config.compiler_rt_bindir],
84+
)
8385

8486
# Default test suffixes.
8587
config.suffixes = [".c", ".cpp"]

0 commit comments

Comments
 (0)