Commit f9255550 authored by mstarzinger's avatar mstarzinger Committed by Commit bot

[presubmit] Fix whitespace/empty_loop_body linter violations.

R=bmeurer@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#30553}
parent 8a378f46
......@@ -176,8 +176,7 @@ void AddressToTraceMap::RemoveRange(Address start, Address end) {
break;
}
++it;
}
while (it != ranges_.end());
} while (it != ranges_.end());
ranges_.erase(to_remove_begin, it);
......
......@@ -68,7 +68,6 @@ LINT_RULES = """
-runtime/references
-runtime/threadsafe_fn
-whitespace/semicolon
-whitespace/empty_loop_body
""".split()
LINT_OUTPUT_PATTERN = re.compile(r'^.+[:(]\d+[:)]|^Done processing')
......
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