diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2006-08-20 18:03:12 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@xenon.tklauser.home> | 2006-08-20 18:03:12 +0200 |
commit | 0f43e35184fb9c39229abee6782fe9a707849ba8 (patch) | |
tree | a9bc4a703c1c07bf7f37ce3ef3368c285b49bfd6 | |
parent | 37cd9b4d000ec97ef601a53d3f66c7a082ef16eb (diff) |
Indent clenaup
-rw-r--r-- | inotail.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 */ |