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/fade_effect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/effects/fade_effect.h') diff --git a/src/effects/fade_effect.h b/src/effects/fade_effect.h index 8cd7006..6993152 100644 --- a/src/effects/fade_effect.h +++ b/src/effects/fade_effect.h @@ -4,8 +4,8 @@ #pragma once #include "gpu/effect.h" -#include "gpu/post_process_helper.h" #include "gpu/gpu.h" +#include "gpu/post_process_helper.h" #include "gpu/uniform_helper.h" class FadeEffect : public PostProcessEffect { -- cgit v1.2.3