details: http://hg.nginx.org/nginx/rev/fddc6bed1e6e branches: changeset: 5919:fddc6bed1e6e user: Valentin Bartenev <vb...@nginx.com> date: Wed Nov 19 21:46:01 2014 +0300 description: Style.
diffstat: src/os/unix/ngx_darwin_sendfile_chain.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (14 lines): diff -r c50b5ed3cd4b -r fddc6bed1e6e src/os/unix/ngx_darwin_sendfile_chain.c --- a/src/os/unix/ngx_darwin_sendfile_chain.c Wed Nov 19 21:18:13 2014 +0300 +++ b/src/os/unix/ngx_darwin_sendfile_chain.c Wed Nov 19 21:46:01 2014 +0300 @@ -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; } _______________________________________________ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-devel