mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Reindent after r21166.
Originally committed as revision 21167 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
08f7a8ac32
commit
2edabfdfdb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user