mirror of
https://github.com/nginx/nginx.git
synced 2024-12-20 06:03:31 -06:00
Style.
This commit is contained in:
parent
1276d8483e
commit
96a62f1396
@ -104,8 +104,8 @@ ngx_darwin_sendfile_chain(ngx_connection_t *c, ngx_chain_t *in, off_t limit)
|
||||
* create the trailer iovec and coalesce the neighbouring bufs
|
||||
*/
|
||||
|
||||
cl = ngx_output_chain_to_iovec(&trailer, cl, limit - send, c->log);
|
||||
|
||||
cl = ngx_output_chain_to_iovec(&trailer, cl, limit - send,
|
||||
c->log);
|
||||
if (cl == NGX_CHAIN_ERROR) {
|
||||
return NGX_CHAIN_ERROR;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user