From 29a25b9933b32800f58dd73d5d1fc21993071c92 Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Thu, 20 Jul 2006 16:02:40 +0000 Subject: Add mpd-indent.sh Indent the entire tree, hopefully we can keep it indented. git-svn-id: https://svn.musicpd.org/mpd/trunk@4410 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/log.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/log.h') diff --git a/src/log.h b/src/log.h index 24a00faf..78ad7532 100644 --- a/src/log.h +++ b/src/log.h @@ -36,7 +36,6 @@ extern short warningFlushed; #define SECURE(...) if(logLevel>=LOG_LEVEL_SECURE) \ myfprintf(stdout, __VA_ARGS__) - #define DEBUG(...) if(logLevel>=LOG_LEVEL_DEBUG) \ myfprintf(stdout, __VA_ARGS__) @@ -48,7 +47,7 @@ extern short warningFlushed; void initLog(); -void bufferWarning(char * format, ... ); +void bufferWarning(char *format, ...); void flushWarningLog(); -- cgit v1.2.3