# HG changeset patch # User Valentin Bartenev # Date 1416422761 -10800 # Node ID fddc6bed1e6ee57e334b039fe1ba99690b14030c # Parent c50b5ed3cd4b901f179411fd46b8ca38ce81e278 Style. diff --git a/src/os/unix/ngx_darwin_sendfile_chain.c b/src/os/unix/ngx_darwin_sendfile_chain.c --- a/src/os/unix/ngx_darwin_sendfile_chain.c +++ b/src/os/unix/ngx_darwin_sendfile_chain.c @@ -104,8 +104,8 @@ ngx_darwin_sendfile_chain(ngx_connection * 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; }