aboutsummaryrefslogtreecommitdiff
path: root/pan/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'pan/debug.h')
-rw-r--r--pan/debug.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/pan/debug.h b/pan/debug.h
index d0fa145b3..996c9646d 100644
--- a/pan/debug.h
+++ b/pan/debug.h
@@ -45,13 +45,13 @@ int set_debug( char * );
extern int Debug[];
#define MAXDEBUG 30
-#define DEBUG(a,l) if(Debug[a] >= l)
-#define DEBUGO(a,l,c) if(Debug[a] >= l || c)
+#define DEBUG(a,l) if (Debug[a] >= l)
+#define DEBUGO(a,l,c) if (Debug[a] >= l || c)
#else
-#define DEBUG(a,l) if(0)
-#define DEBUGO(a,l,c) if(0)
+#define DEBUG(a,l) if (0)
+#define DEBUGO(a,l,c) if (0)
#endif