From 64f977f6fbedf75d5edbc3963e002b593c8428d8 Mon Sep 17 00:00:00 2001 From: skal Date: Tue, 17 Feb 2026 08:16:03 +0100 Subject: style: Apply clang-format --- src/effects/heptagon_effect.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/effects/heptagon_effect.h') diff --git a/src/effects/heptagon_effect.h b/src/effects/heptagon_effect.h index fbc0b8c..f4e4f9e 100644 --- a/src/effects/heptagon_effect.h +++ b/src/effects/heptagon_effect.h @@ -8,7 +8,7 @@ class Heptagon : public Effect { public: Heptagon(const GpuContext& ctx, const std::vector& inputs, - const std::vector& outputs); + const std::vector& outputs); ~Heptagon(); void render(WGPUCommandEncoder encoder, const UniformsSequenceParams& params, @@ -22,4 +22,3 @@ class Heptagon : public Effect { WGPUTextureView dummy_texture_view_; UniformBuffer uniforms_buffer_; }; - -- cgit v1.2.3