diff options
| author | skal <pascal.massimino@gmail.com> | 2026-02-08 07:40:29 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-02-08 07:40:29 +0100 |
| commit | c9195f997f3e797f03ab90464e4158717198a167 (patch) | |
| tree | 331304f42870246efdc64cc97ad42de59444ef3a /src/tests/webgpu_test_fixture.cc | |
| parent | b8e6929cafa41681f0b27ac104c9cf1d4e510837 (diff) | |
style: Apply clang-format to all source files
Diffstat (limited to 'src/tests/webgpu_test_fixture.cc')
| -rw-r--r-- | src/tests/webgpu_test_fixture.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/webgpu_test_fixture.cc b/src/tests/webgpu_test_fixture.cc index 750dea0..980572a 100644 --- a/src/tests/webgpu_test_fixture.cc +++ b/src/tests/webgpu_test_fixture.cc @@ -2,7 +2,7 @@ // It implements shared WebGPU initialization for GPU tests. // Provides graceful fallback if GPU unavailable. -#if !defined(STRIP_ALL) // Test code only - zero size impact on final binary +#if !defined(STRIP_ALL) // Test code only - zero size impact on final binary #include "webgpu_test_fixture.h" #include <cstdio> @@ -142,4 +142,4 @@ void WebGPUTestFixture::shutdown() { } } -#endif /* !defined(STRIP_ALL) */ +#endif /* !defined(STRIP_ALL) */ |
