diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2010-01-12 16:36:23 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2010-01-12 16:36:23 +0000 |
commit | 2edabfdfdb8e81c0c0e630cc5a5b1ba39854cced (patch) | |
tree | ea2c517bef0e44780cacaefd464759b5b44017b2 | |
parent | 08f7a8ac327b284e784a00974faed7e5ae929061 (diff) | |
download | ffmpeg-2edabfdfdb8e81c0c0e630cc5a5b1ba39854cced.tar.gz |
Reindent after r21166.
Originally committed as revision 21167 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/http.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/http.c b/libavformat/http.c index d4e961331a..a404ff3df0 100644 --- a/libavformat/http.c +++ b/libavformat/http.c @@ -355,7 +355,7 @@ static int http_write(URLContext *h, uint8_t *buf, int size) if (s->chunksize == -1) { /* headers are sent without any special encoding */ - return url_write(s->hd, buf, size); + return url_write(s->hd, buf, size); } /* silently ignore zero-size data since chunk encoding that would |