Index: PRESUBMIT.py |
diff --git a/PRESUBMIT.py b/PRESUBMIT.py |
index 5e64d57ed460d8138391209fd5f2161007609034..d81562992613b8513bc6276e3a093cfd5c0397c2 100644 |
--- a/PRESUBMIT.py |
+++ b/PRESUBMIT.py |
@@ -666,7 +666,7 @@ def _CheckIncludeOrderInFile(input_api, f, changed_linenums): |
for line in contents[line_num:]: |
line_num += 1 |
if uncheckable_includes_pattern.match(line): |
- return [] |
+ continue |
if if_pattern.match(line): |
scopes.append(current_scope) |
current_scope = [] |