summaryrefslogtreecommitdiff
path: root/libavformat/aviobuf.c
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2007-05-11 19:07:40 +0000
committerAlex Beregszaszi <alex@rtfs.hu>2007-05-11 19:07:40 +0000
commit5f097703829b5dbb0acaf48568102c4997e128bc (patch)
treed3197269ca2af878a83723794fcadf32423abf48 /libavformat/aviobuf.c
parent9d9de37d819b9d330a9aaaa05e42b77e3b4ca668 (diff)
cosmetics: fix indentation
Originally committed as revision 8998 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/aviobuf.c')
-rw-r--r--libavformat/aviobuf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/aviobuf.c b/libavformat/aviobuf.c
index 2cc247b62c..0c178636ee 100644
--- a/libavformat/aviobuf.c
+++ b/libavformat/aviobuf.c
@@ -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;