NO tabs for non-indentation purposes

This commit is contained in:
Emil 2023-08-24 04:25:18 -06:00
parent 0e0dc77198
commit 559b9e89d7
No known key found for this signature in database
GPG Key ID: 5432DB986FDBCF8A

View File

@ -1,5 +1,4 @@
#ifndef CHAD_H #ifndef CHAD_H
#define CHAD_H
#include <stdbool.h> #include <stdbool.h>
@ -30,5 +29,5 @@
#define TERMINAL_STYLE_ITALICS "\033[3m" #define TERMINAL_STYLE_ITALICS "\033[3m"
#define TERMINAL_STYLE_REVERSE "\033[7m" #define TERMINAL_STYLE_REVERSE "\033[7m"
#define CHAD_H
#endif #endif