aboutsummaryrefslogtreecommitdiffstats
path: root/drv_ula200.c
diff options
context:
space:
mode:
Diffstat (limited to 'drv_ula200.c')
-rw-r--r--drv_ula200.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drv_ula200.c b/drv_ula200.c
index 345f571..d34c8e0 100644
--- a/drv_ula200.c
+++ b/drv_ula200.c
@@ -124,10 +124,10 @@ static struct ftdi_context *Ftdi = NULL;
/* define TRUE and FALSE for better code readability if not already defined */
#ifndef TRUE
-# define TRUE 1
+#define TRUE 1
#endif
#ifndef FALSE
-# define FALSE 0
+#define FALSE 0
#endif