diff src/os/unix/ngx_darwin_sendfile_chain.c @ 5919:fddc6bed1e6e

Style.
author Valentin Bartenev <vbart@nginx.com>
date Wed, 19 Nov 2014 21:46:01 +0300
parents 2c64b69daec5
children 7554c83287dc
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;
                 }