cosmetics: Fix indentation after last commit.
Originally committed as revision 5710 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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()
|
||||||
|
Reference in New Issue
Block a user