From 0f46d685228293dd17ddf521271fe159a6ad4881 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reimar=20D=C3=B6ffinger?= Date: Sun, 21 Nov 2010 11:07:04 +0000 Subject: Fix indentation. Originally committed as revision 25781 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/ipmovie.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/ipmovie.c') diff --git a/libavformat/ipmovie.c b/libavformat/ipmovie.c index 372a926266..18077b5e65 100644 --- a/libavformat/ipmovie.c +++ b/libavformat/ipmovie.c @@ -271,7 +271,7 @@ static int process_ipmovie_chunk(IPMVEContext *s, ByteIOContext *pb, while ((chunk_size > 0) && (chunk_type != CHUNK_BAD)) { /* read the next chunk, wherever the file happens to be pointing */ - if (url_feof(pb)) { + if (url_feof(pb)) { chunk_type = CHUNK_EOF; break; } -- cgit v1.2.3