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/hybrid3_d_effect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/effects/hybrid3_d_effect.h') diff --git a/src/effects/hybrid3_d_effect.h b/src/effects/hybrid3_d_effect.h index e0aa6da..13fd7df 100644 --- a/src/effects/hybrid3_d_effect.h +++ b/src/effects/hybrid3_d_effect.h @@ -13,7 +13,7 @@ class Hybrid3D : public Effect { public: Hybrid3D(const GpuContext& ctx, const std::vector& inputs, const std::vector& outputs, float start_time, - float end_time); + float end_time); ~Hybrid3D() override; void declare_nodes(NodeRegistry& registry) override; -- cgit v1.2.3