From d806027dcaeadcdd8d2febd88bc46b2fd2c465de Mon Sep 17 00:00:00 2001 From: skal Date: Thu, 21 May 2026 08:10:47 +0200 Subject: style: apply clang-format --- src/effects/passthrough_effect.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/effects/passthrough_effect.h') diff --git a/src/effects/passthrough_effect.h b/src/effects/passthrough_effect.h index 285663f..9137b48 100644 --- a/src/effects/passthrough_effect.h +++ b/src/effects/passthrough_effect.h @@ -9,5 +9,6 @@ struct Passthrough : public WgslEffect { const std::vector& outputs, float start_time, float end_time) : WgslEffect(ctx, inputs, outputs, start_time, end_time, - passthrough_shader_wgsl) {} + passthrough_shader_wgsl) { + } }; -- cgit v1.2.3