[FFmpeg-cvslog] r25781 - trunk/libavformat/ipmovie.c

reimar subversion
Sun Nov 21 12:07:04 CET 2010


Author: reimar
Date: Sun Nov 21 12:07:04 2010
New Revision: 25781

Log:
Fix indentation.

Modified:
   trunk/libavformat/ipmovie.c

Modified: trunk/libavformat/ipmovie.c
==============================================================================
--- trunk/libavformat/ipmovie.c	Sun Nov 21 11:38:08 2010	(r25780)
+++ trunk/libavformat/ipmovie.c	Sun Nov 21 12:07:04 2010	(r25781)
@@ -271,7 +271,7 @@ static int process_ipmovie_chunk(IPMVECo
     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;
         }



More information about the ffmpeg-cvslog mailing list