Commit 0f46d685 authored by Reimar Döffinger's avatar Reimar Döffinger

Fix indentation.

Originally committed as revision 25781 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 18d761a1
...@@ -271,7 +271,7 @@ static int process_ipmovie_chunk(IPMVEContext *s, ByteIOContext *pb, ...@@ -271,7 +271,7 @@ static int process_ipmovie_chunk(IPMVEContext *s, ByteIOContext *pb,
while ((chunk_size > 0) && (chunk_type != CHUNK_BAD)) { while ((chunk_size > 0) && (chunk_type != CHUNK_BAD)) {
/* read the next chunk, wherever the file happens to be pointing */ /* read the next chunk, wherever the file happens to be pointing */
if (url_feof(pb)) { if (url_feof(pb)) {
chunk_type = CHUNK_EOF; chunk_type = CHUNK_EOF;
break; break;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment