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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/effects/heptagon_effect.h') diff --git a/src/effects/heptagon_effect.h b/src/effects/heptagon_effect.h index 4563e47..ab7db8d 100644 --- a/src/effects/heptagon_effect.h +++ b/src/effects/heptagon_effect.h @@ -10,7 +10,7 @@ class Heptagon : public Effect { public: Heptagon(const GpuContext& ctx, const std::vector& inputs, const std::vector& outputs, float start_time, - float end_time); + float end_time); void render(WGPUCommandEncoder encoder, const UniformsSequenceParams& params, NodeRegistry& nodes) override; -- cgit v1.2.3