From 2edabfdfdb8e81c0c0e630cc5a5b1ba39854cced Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Tue, 12 Jan 2010 16:36:23 +0000 Subject: Reindent after r21166. Originally committed as revision 21167 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat') 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 -- cgit v1.2.3