Cosmetics: indentation

Originally committed as revision 14644 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Benoit Fouet 2008-08-06 12:03:51 +00:00
parent bbf020e977
commit 2daefd2c00
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ void av_log_default_callback(void* ptr, int level, const char* fmt, va_list vl)
return; return;
#undef fprintf #undef fprintf
if(print_prefix && avc) { if(print_prefix && avc) {
fprintf(stderr, "[%s @ %p]", avc->item_name(ptr), ptr); fprintf(stderr, "[%s @ %p]", avc->item_name(ptr), ptr);
} }
#define fprintf please_use_av_log #define fprintf please_use_av_log