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/passthrough_effect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/effects/passthrough_effect.h') diff --git a/src/effects/passthrough_effect.h b/src/effects/passthrough_effect.h index 88c623b..00bf423 100644 --- a/src/effects/passthrough_effect.h +++ b/src/effects/passthrough_effect.h @@ -8,7 +8,7 @@ class Passthrough : public Effect { public: Passthrough(const GpuContext& ctx, const std::vector& inputs, - const std::vector& outputs); + const std::vector& outputs); void render(WGPUCommandEncoder encoder, const UniformsSequenceParams& params, NodeRegistry& nodes) override; -- cgit v1.2.3