changeset 307:fa6113e556c5

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 22 Feb 2016 21:51:29 +0200
parents a95b5e5c1cd5
children 0078dc5f6260
files th_types.h
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/th_types.h	Mon Feb 22 20:19:35 2016 +0200
+++ b/th_types.h	Mon Feb 22 21:51:29 2016 +0200
@@ -138,11 +138,11 @@
 #endif
 
 #ifndef BOOL
-#ifdef bool
-#define BOOL bool
-#else
-#define BOOL int
-#endif
+#    ifdef bool
+#        define BOOL bool
+#    else
+#        define BOOL int
+#    endif
 #endif
 
 #endif // _TH_TYPES_H