cosmetics: Fix indentation after last commit.

Originally committed as revision 5710 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2006-07-11 14:17:28 +00:00
parent 4bbefe6b5e
commit f7facfbf23

View File

@@ -284,11 +284,11 @@ typedef uint64_t uint_fast64_t;
# include <assert.h> # include <assert.h>
/* dprintf macros */ /* dprintf macros */
# ifdef DEBUG # ifdef DEBUG
# define dprintf(fmt,...) av_log(NULL, AV_LOG_DEBUG, fmt, __VA_ARGS__) # define dprintf(fmt,...) av_log(NULL, AV_LOG_DEBUG, fmt, __VA_ARGS__)
# else # else
# define dprintf(fmt,...) # define dprintf(fmt,...)
# endif # endif
# ifdef CONFIG_WINCE # ifdef CONFIG_WINCE
# define abort() # define abort()