Fixup whitespace/comments issues.

This CL fixes a few tabs to be spaces which makes the whitespace/comments
lint check pass. The check is set to enabled.

Change-Id: I2a6c590aa3bfee888239adc89d1ce4c8c99f3e78
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/86083
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
Auto-Submit: Dan Sinclair <dsinclair@chromium.org>
This commit is contained in:
dan sinclair
2022-04-08 19:23:36 +00:00
committed by Dawn LUCI CQ
parent 81e497c45f
commit db9db31cab
5 changed files with 15 additions and 15 deletions

View File

@@ -77,7 +77,7 @@ LINT_FILTERS = [
"-legal/copyright", "-readability/braces", "-readability/casting",
"-readability/inheritance", "-readability/namespace", "-runtime/explicit",
"-runtime/indentation_namespace", "-runtime/int", "-runtime/printf",
"-whitespace/comments", "-whitespace/empty_if_body"
"-whitespace/empty_if_body"
]