summaryrefslogtreecommitdiff
path: root/src/base/bool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/bool.h')
-rw-r--r--src/base/bool.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/base/bool.h b/src/base/bool.h
index 4289878..7334348 100644
--- a/src/base/bool.h
+++ b/src/base/bool.h
@@ -1,9 +1,9 @@
#ifndef BOOL_H
-#define BOOL_H
-#define bool_t int
-#define TRUE 1
-#define FALSE 0
+# define BOOL_H
+# define bool_t int
+# define TRUE 1
+# define FALSE 0
-#include "main.h"
+# include "main.h"
#endif