Run ./tools/format

Change-Id: Icf1925cd3c862c4e29ba41f7d8470991ba4017f3
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/120721
Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
Kokoro: Kokoro <noreply+kokoro@google.com>
This commit is contained in:
Ben Clayton 2023-02-21 21:05:28 +00:00 committed by Ben Clayton
parent a79c6603b2
commit 650426b187
2 changed files with 5 additions and 3 deletions

View File

@ -42,7 +42,9 @@
// A helper macro for constructing a PromiseInfo with the current file, function and line. // A helper macro for constructing a PromiseInfo with the current file, function and line.
// See PromiseInfo // See PromiseInfo
#define PROMISE_INFO \ #define PROMISE_INFO \
::wgpu::interop::PromiseInfo { __FILE__, __FUNCTION__, __LINE__ } ::wgpu::interop::PromiseInfo { \
__FILE__, __FUNCTION__, __LINE__ \
}
namespace wgpu::interop { namespace wgpu::interop {