From 8ce27b7e15f0fc65c8ee78950c7501660b936178 Mon Sep 17 00:00:00 2001 From: skal Date: Sat, 14 Feb 2026 15:14:25 +0100 Subject: style: Apply clang-format to codebase --- src/effects/distort_effect.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/effects/distort_effect.cc') diff --git a/src/effects/distort_effect.cc b/src/effects/distort_effect.cc index 97622b2..f4e68d2 100644 --- a/src/effects/distort_effect.cc +++ b/src/effects/distort_effect.cc @@ -32,5 +32,6 @@ void DistortEffect::render(WGPURenderPassEncoder pass, } void DistortEffect::update_bind_group(WGPUTextureView v) { - pp_update_bind_group(ctx_.device, pipeline_, &bind_group_, v, uniforms_.get(), params_buffer_); + pp_update_bind_group(ctx_.device, pipeline_, &bind_group_, v, uniforms_.get(), + params_buffer_); } \ No newline at end of file -- cgit v1.2.3