# HG changeset patch # User diego # Date 1152627448 0 # Node ID 2840042b3f5d11ed2d35069a483fb67e4f459641 # Parent 57b9709f6455d556550f9729b4823922d86bcc00 cosmetics: Fix indentation after last commit. diff -r 57b9709f6455 -r 2840042b3f5d common.h --- 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 /* 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()