summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inotail.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/inotail.h b/inotail.h
index 2fd2cc4..d885855 100644
--- a/inotail.h
+++ b/inotail.h
@@ -19,9 +19,9 @@ struct file_struct {
};
#ifdef DEBUG
-#define dprintf(fmt, args...) fprintf(stderr, fmt, ##args)
+# define dprintf(fmt, args...) fprintf(stderr, fmt, ##args)
#else
-#define dprintf(fmt, args...)
+# define dprintf(fmt, args...)
#endif /* DEBUG */
#endif /* _INOTAIL_H */