OSDN Git Service

Fix indentation.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 21 Nov 2010 11:07:04 +0000 (11:07 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 21 Nov 2010 11:07:04 +0000 (11:07 +0000)
Originally committed as revision 25781 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/ipmovie.c

index 372a926..18077b5 100644 (file)
@@ -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;
         }