aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/bools.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/bools.h')
-rw-r--r--src/stdlib/bools.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stdlib/bools.h b/src/stdlib/bools.h
index bdf80879..3eac0f0d 100644
--- a/src/stdlib/bools.h
+++ b/src/stdlib/bools.h
@@ -8,8 +8,8 @@
#include "types.h"
#include "util.h"
-#define yes (Bool_t)true
-#define no (Bool_t)false
+#define yes (Bool_t) true
+#define no (Bool_t) false
PUREFUNC Text_t Bool$as_text(const void *b, bool colorize, const TypeInfo_t *type);
OptionalBool_t Bool$parse(Text_t text, Text_t *remainder);