aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/otus/oal_dt.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/otus/oal_dt.h')
-rw-r--r--drivers/staging/otus/oal_dt.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/staging/otus/oal_dt.h b/drivers/staging/otus/oal_dt.h
index e82b9770fca1..fb6d11a99cc5 100644
--- a/drivers/staging/otus/oal_dt.h
+++ b/drivers/staging/otus/oal_dt.h
@@ -39,15 +39,15 @@ typedef long s32_t;
typedef short s16_t;
typedef char s8_t;
-#ifndef TRUE
-#define TRUE (1==1)
+#ifndef TRUE
+#define TRUE (1 == 1)
#endif
-#ifndef FALSE
-#define FALSE (1==0)
+#ifndef FALSE
+#define FALSE (1 == 0)
#endif
-#ifndef NULL
+#ifndef NULL
#define NULL 0
#endif