changeset 5919:fddc6bed1e6e

Style.
author Valentin Bartenev <vbart@nginx.com>
date Wed, 19 Nov 2014 21:46:01 +0300
parents c50b5ed3cd4b
children 7420068c4d4b
files src/os/unix/ngx_darwin_sendfile_chain.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;
                 }