Commit 5f097703 authored by Alex Beregszaszi's avatar Alex Beregszaszi

cosmetics: fix indentation

Originally committed as revision 8998 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 9d9de37d
......@@ -280,8 +280,8 @@ static void fill_buffer(ByteIOContext *s)
/* do not modify buffer if EOF reached so that a seek back can
be done without rereading data */
s->eof_reached = 1;
if(len<0)
s->error= len;
if(len<0)
s->error= len;
} else {
s->pos += len;
s->buf_ptr = s->buffer;
......
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