diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-07-11 14:17:28 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-07-11 14:17:28 +0000 |
commit | f7facfbf230459d4c2428921aab9e7591716815c (patch) | |
tree | c8ec2ebaf9dfb9b42ff8516c05aec0df508e72b3 /libavutil/common.h | |
parent | 4bbefe6b5e7d5853a0b87320f253bfe09c74e1ea (diff) | |
download | ffmpeg-f7facfbf230459d4c2428921aab9e7591716815c.tar.gz |
cosmetics: Fix indentation after last commit.
Originally committed as revision 5710 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/common.h')
-rw-r--r-- | libavutil/common.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libavutil/common.h b/libavutil/common.h index 403280d94f..66f457b8a7 100644 --- a/libavutil/common.h +++ b/libavutil/common.h @@ -284,11 +284,11 @@ typedef uint64_t uint_fast64_t; # include <assert.h> /* dprintf macros */ -# ifdef DEBUG -# define dprintf(fmt,...) av_log(NULL, AV_LOG_DEBUG, fmt, __VA_ARGS__) -# else -# define dprintf(fmt,...) -# endif +# ifdef DEBUG +# define dprintf(fmt,...) av_log(NULL, AV_LOG_DEBUG, fmt, __VA_ARGS__) +# else +# define dprintf(fmt,...) +# endif # ifdef CONFIG_WINCE # define abort() |