mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-08-07 04:35:53 +00:00
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:
parent
a79c6603b2
commit
650426b187
@ -42,7 +42,9 @@
|
||||
// A helper macro for constructing a PromiseInfo with the current file, function and line.
|
||||
// See PromiseInfo
|
||||
#define PROMISE_INFO \
|
||||
::wgpu::interop::PromiseInfo { __FILE__, __FUNCTION__, __LINE__ }
|
||||
::wgpu::interop::PromiseInfo { \
|
||||
__FILE__, __FUNCTION__, __LINE__ \
|
||||
}
|
||||
|
||||
namespace wgpu::interop {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user