From c9195f997f3e797f03ab90464e4158717198a167 Mon Sep 17 00:00:00 2001 From: skal Date: Sun, 8 Feb 2026 07:40:29 +0100 Subject: style: Apply clang-format to all source files --- src/gpu/effect.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/gpu/effect.h') diff --git a/src/gpu/effect.h b/src/gpu/effect.h index 725c020..19b8118 100644 --- a/src/gpu/effect.h +++ b/src/gpu/effect.h @@ -48,8 +48,7 @@ class Effect { class PostProcessEffect : public Effect { public: - PostProcessEffect(const GpuContext& ctx) - : Effect(ctx) { + PostProcessEffect(const GpuContext& ctx) : Effect(ctx) { } bool is_post_process() const override { return true; -- cgit v1.2.3