Mercurial > libavutil.hg
changeset 65:2840042b3f5d libavutil
cosmetics: Fix indentation after last commit.
author | diego |
---|---|
date | Tue, 11 Jul 2006 14:17:28 +0000 |
parents | 57b9709f6455 |
children | c619660c74ab |
files | common.h |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/common.h Tue Jul 11 14:15:56 2006 +0000 +++ b/common.h Tue Jul 11 14:17:28 2006 +0000 @@ -284,11 +284,11 @@ # 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()