Commit 4ffca3f5 authored by rbultje's avatar rbultje

Reindent after r21166.



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21167 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 03989c3c
...@@ -355,7 +355,7 @@ static int http_write(URLContext *h, uint8_t *buf, int size) ...@@ -355,7 +355,7 @@ static int http_write(URLContext *h, uint8_t *buf, int size)
if (s->chunksize == -1) { if (s->chunksize == -1) {
/* headers are sent without any special encoding */ /* 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 /* 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