summaryrefslogtreecommitdiff
path: root/src/tests/test_sequence.cc
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-02-08 07:40:29 +0100
committerskal <pascal.massimino@gmail.com>2026-02-08 07:40:29 +0100
commitc9195f997f3e797f03ab90464e4158717198a167 (patch)
tree331304f42870246efdc64cc97ad42de59444ef3a /src/tests/test_sequence.cc
parentb8e6929cafa41681f0b27ac104c9cf1d4e510837 (diff)
style: Apply clang-format to all source files
Diffstat (limited to 'src/tests/test_sequence.cc')
-rw-r--r--src/tests/test_sequence.cc3
1 files changed, 1 insertions, 2 deletions
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 {