Skip to content

Commit 29b8a80

Browse files
author
Thomas Preud'homme
committed
Fix over indentation
Fix Flake8's E117 error (over-indented) Reviewed By: tnfchris Differential Revision: https://reviews.llvm.org/D94794
1 parent db2abde commit 29b8a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lnt/tests/compile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def test_cc_command(base_name, run_info, variables, input, output, flags,
187187
ln.startswith('InstalledDir:') or
188188
' version ' in ln)
189189
if is_garbage:
190-
continue
190+
continue
191191
cc_commands.append(ln)
192192

193193
if len(cc_commands) != 1:

0 commit comments

Comments
 (0)