From fae47ef462d1d7969afe001070839391ba6dbaa8 Mon Sep 17 00:00:00 2001
From: Vaxry <vaxry@vaxry.net>
Date: Sun, 18 Feb 2024 15:34:43 +0000
Subject: [PATCH] config: fix errors in default config

---
 src/config/defaultConfig.hpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/config/defaultConfig.hpp b/src/config/defaultConfig.hpp
index 34a51e75..6d1d9751 100644
--- a/src/config/defaultConfig.hpp
+++ b/src/config/defaultConfig.hpp
@@ -3,11 +3,11 @@
 #include <string>
 
 inline const std::string AUTOCONFIG = R"#(
-########################################################################################
+# #######################################################################################
 # AUTOGENERATED HYPR CONFIG.
 # PLEASE USE THE CONFIG PROVIDED IN THE GIT REPO /examples/hypr.conf AND EDIT IT,
 # OR EDIT THIS ONE ACCORDING TO THE WIKI INSTRUCTIONS.
-########################################################################################
+# #######################################################################################
 
 #
 # Please note not all available settings / options are set here.