cosmetics: fix indentation

Originally committed as revision 8998 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Alex Beregszaszi 2007-05-11 19:07:40 +00:00
parent 9d9de37d81
commit 5f09770382

View File

@ -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;