Commit 4d175991 authored by Nico Weber's avatar Nico Weber

Teach check-webkit-py in one more place that indent is now 2 spaces

BUG=563793
R=dcheng@chromium.org

Review URL: https://codereview.chromium.org/2386353002 .

Cr-Commit-Position: refs/heads/master@{#422559}
parent 258b761b
......@@ -1965,7 +1965,7 @@ def check_exit_statement_simplifications(clean_lines, line_number, error):
return
else_indentation = else_match.group('else_indentation')
inner_indentation = else_indentation + ' ' * 4
inner_indentation = else_indentation + ' ' * 2
previous_lines = clean_lines.elided[:line_number]
previous_lines.reverse()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment