From 34afbd6ca21d2b960573d787e6eae46fa86b200e Mon Sep 17 00:00:00 2001 From: skal Date: Thu, 5 Mar 2026 22:55:56 +0100 Subject: style: run clang-format to adhere to coding style --- src/effects/heptagon_effect.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/effects/heptagon_effect.cc') diff --git a/src/effects/heptagon_effect.cc b/src/effects/heptagon_effect.cc index c02efb3..ac688df 100644 --- a/src/effects/heptagon_effect.cc +++ b/src/effects/heptagon_effect.cc @@ -9,7 +9,7 @@ Heptagon::Heptagon(const GpuContext& ctx, const std::vector& inputs, const std::vector& outputs, float start_time, - float end_time) + float end_time) : Effect(ctx, inputs, outputs, start_time, end_time) { HEADLESS_RETURN_IF_NULL(ctx_.device); -- cgit v1.2.3