From: Aurelien Jacobs Date: Tue, 10 Apr 2007 11:27:24 +0000 (+0000) Subject: cosmetics: indentation X-Git-Tag: v0.5~9336 X-Git-Url: http://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff_plain/7fdcdf25a1df5e5187c191ebb44beca8dae79ac0 cosmetics: indentation Originally committed as revision 8707 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavformat/matroska.c b/libavformat/matroska.c index a8a855f630..0b03403de8 100644 --- a/libavformat/matroska.c +++ b/libavformat/matroska.c @@ -2566,7 +2566,7 @@ matroska_parse_block(MatroskaDemuxContext *matroska, uint8_t *data, int size, pkt->pos = pos; pkt->duration = duration; - matroska_queue_packet(matroska, pkt); + matroska_queue_packet(matroska, pkt); if (timecode != AV_NOPTS_VALUE) timecode = duration ? timecode + duration : AV_NOPTS_VALUE;