diff include/gui/dark_theme.h @ 63:3d2decf093bb

*: fix many clang warnings
author Paper <mrpapersonic@gmail.com>
date Sun, 01 Oct 2023 06:39:47 -0400
parents d0adc4aedfc8
children
line wrap: on
line diff
--- a/include/gui/dark_theme.h	Sun Oct 01 06:16:06 2023 -0400
+++ b/include/gui/dark_theme.h	Sun Oct 01 06:39:47 2023 -0400
@@ -11,6 +11,6 @@
 enum Themes GetCurrentOSTheme();
 void SetTheme(enum Themes theme);
 
-}
+} // namespace DarkTheme
 
 #endif // __gui__dark_theme_h