summaryrefslogtreecommitdiff
path: root/base/trace.hh
diff options
context:
space:
mode:
Diffstat (limited to 'base/trace.hh')
-rw-r--r--base/trace.hh8
1 files changed, 4 insertions, 4 deletions
diff --git a/base/trace.hh b/base/trace.hh
index 528311ca2..805a925a6 100644
--- a/base/trace.hh
+++ b/base/trace.hh
@@ -208,10 +208,10 @@ do { \
#define DTRACE(x) (false)
#define DCOUT(x) if (0) DebugOut()
-#define DPRINTF(x, args...) do {} while(0)
-#define DPRINTFR(args...) do {} while(0)
-#define DPRINTFN(args...) do {} while(0)
-#define DDUMP(x, data, count) do {} while(0)
+#define DPRINTF(x, args...) do {} while (0)
+#define DPRINTFR(args...) do {} while (0)
+#define DPRINTFN(args...) do {} while (0)
+#define DDUMP(x, data, count) do {} while (0)
#endif // TRACING_ON