diff options
| author | skal <pascal.massimino@gmail.com> | 2026-02-08 07:40:29 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-02-08 07:40:29 +0100 |
| commit | c9195f997f3e797f03ab90464e4158717198a167 (patch) | |
| tree | 331304f42870246efdc64cc97ad42de59444ef3a /src/gpu/effect.h | |
| parent | b8e6929cafa41681f0b27ac104c9cf1d4e510837 (diff) | |
style: Apply clang-format to all source files
Diffstat (limited to 'src/gpu/effect.h')
| -rw-r--r-- | src/gpu/effect.h | 3 |
1 files changed, 1 insertions, 2 deletions
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; |
