Commit ac485bd9 authored by diego's avatar diego

cosmetics: Fix indentation after last commit.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5710 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 40e956d5
......@@ -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()
......
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