summaryrefslogtreecommitdiff
path: root/src/gpu/effects/theme_modulation_effect.h
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-02-09 10:55:35 +0100
committerskal <pascal.massimino@gmail.com>2026-02-09 10:55:35 +0100
commit698649d30129ba26a7ad9c13a874686640f43972 (patch)
tree7476c0b2f76a95821adf7b2b4dd7241ab4b04c7d /src/gpu/effects/theme_modulation_effect.h
parente5c527da8f8a19062f9569d22269556ea7b3d49a (diff)
chore: Apply clang-format to C++ source files
This commit applies clang-format to the project's C++ source files (.h and .cc) according to the project's contributing guidelines. This includes minor adjustments to whitespace, line endings, and header includes for consistency.
Diffstat (limited to 'src/gpu/effects/theme_modulation_effect.h')
-rw-r--r--src/gpu/effects/theme_modulation_effect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/effects/theme_modulation_effect.h b/src/gpu/effects/theme_modulation_effect.h
index 107529b..474d6da 100644
--- a/src/gpu/effects/theme_modulation_effect.h
+++ b/src/gpu/effects/theme_modulation_effect.h
@@ -5,8 +5,8 @@
#pragma once
#include "gpu/effect.h"
-#include "gpu/uniform_helper.h"
#include "gpu/effects/post_process_helper.h"
+#include "gpu/uniform_helper.h"
class ThemeModulationEffect : public PostProcessEffect {
public: