Minor formatting changes.

This is the result of running clang-format over all of the files.

Change-Id: I196f0e628583f9d87d350d11d762ea9e98987a01
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/86080
Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
Auto-Submit: Dan Sinclair <dsinclair@chromium.org>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
dan sinclair 2022-04-07 20:28:55 +00:00 committed by Dawn LUCI CQ
parent f02bf9e76d
commit 9e9db88e32
12 changed files with 22 additions and 23 deletions

View File

@ -40,7 +40,6 @@
#include "src/tint/writer/spirv/function.h"
#include "src/tint/writer/spirv/scalar_constant.h"
// Forward declarations
namespace tint::sem {
class Call;