Commit f7facfbf authored by Diego Biurrun's avatar Diego Biurrun

cosmetics: Fix indentation after last commit.

Originally committed as revision 5710 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 4bbefe6b
...@@ -284,11 +284,11 @@ typedef uint64_t uint_fast64_t; ...@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment