summaryrefslogtreecommitdiff
path: root/inotail.h
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2006-08-20 18:03:12 +0200
committerTobias Klauser <tklauser@xenon.tklauser.home>2006-08-20 18:03:12 +0200
commit0f43e35184fb9c39229abee6782fe9a707849ba8 (patch)
treea9bc4a703c1c07bf7f37ce3ef3368c285b49bfd6 /inotail.h
parent37cd9b4d000ec97ef601a53d3f66c7a082ef16eb (diff)
Indent clenaup
Diffstat (limited to 'inotail.h')
-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 */