summaryrefslogtreecommitdiff
path: root/src/effects/passthrough_effect.h
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-05-21 08:10:47 +0200
committerskal <pascal.massimino@gmail.com>2026-05-21 08:10:47 +0200
commitd806027dcaeadcdd8d2febd88bc46b2fd2c465de (patch)
tree30bc1ef9f40ccab7c00e31ee20e62bb86755fa26 /src/effects/passthrough_effect.h
parent680042a18c11ad5e58757e45b260745c2f52417f (diff)
style: apply clang-formatHEADmain
Diffstat (limited to 'src/effects/passthrough_effect.h')
-rw-r--r--src/effects/passthrough_effect.h3
1 files changed, 2 insertions, 1 deletions
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<std::string>& outputs, float start_time,
float end_time)
: WgslEffect(ctx, inputs, outputs, start_time, end_time,
- passthrough_shader_wgsl) {}
+ passthrough_shader_wgsl) {
+ }
};