From c9195f997f3e797f03ab90464e4158717198a167 Mon Sep 17 00:00:00 2001 From: skal Date: Sun, 8 Feb 2026 07:40:29 +0100 Subject: style: Apply clang-format to all source files --- src/tests/webgpu_test_fixture.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tests/webgpu_test_fixture.cc') 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 @@ -142,4 +142,4 @@ void WebGPUTestFixture::shutdown() { } } -#endif /* !defined(STRIP_ALL) */ +#endif /* !defined(STRIP_ALL) */ -- cgit v1.2.3