From 0f43e35184fb9c39229abee6782fe9a707849ba8 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Sun, 20 Aug 2006 18:03:12 +0200 Subject: Indent clenaup --- inotail.h | 4 ++-- 1 file 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 */ -- cgit v1.2.3-54-g00ecf