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/test_sequence.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/tests/test_sequence.cc') diff --git a/src/tests/test_sequence.cc b/src/tests/test_sequence.cc index e00e606..d79ec1d 100644 --- a/src/tests/test_sequence.cc +++ b/src/tests/test_sequence.cc @@ -70,8 +70,7 @@ class DummyPostProcessEffect : public PostProcessEffect { int render_calls = 0; int update_bind_group_calls = 0; - DummyPostProcessEffect(const GpuContext& ctx) - : PostProcessEffect(ctx) { + DummyPostProcessEffect(const GpuContext& ctx) : PostProcessEffect(ctx) { } void init(MainSequence* demo) override { -- cgit v1.2.3