diff include/core/config.h @ 85:c69230dc2b5d

*: cleanup includes
author Paper <mrpapersonic@gmail.com>
date Sun, 29 Oct 2023 00:57:03 -0400
parents 3d2decf093bb
children c537996cf67b
line wrap: on
line diff
--- a/include/core/config.h	Wed Oct 25 14:53:05 2023 -0400
+++ b/include/core/config.h	Sun Oct 29 00:57:03 2023 -0400
@@ -1,5 +1,6 @@
 #ifndef __core__config_h
 #define __core__config_h
+
 #include "core/anime.h"
 
 enum class Themes {
@@ -41,4 +42,5 @@
 #define CONFIG_WNAME  WIDEIFY(CONFIG_NAME)
 
 #define MAX_LINE_LENGTH 256
+
 #endif // __core__config_h