Commit 2edabfdf authored by Ronald S. Bultje's avatar Ronald S. Bultje

Reindent after r21166.

Originally committed as revision 21167 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 08f7a8ac
......@@ -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
......
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