]> git.kaiwu.me - nginx.git/commitdiff
Style.
authorValentin Bartenev <vbart@nginx.com>
Wed, 19 Nov 2014 18:46:01 +0000 (21:46 +0300)
committerValentin Bartenev <vbart@nginx.com>
Wed, 19 Nov 2014 18:46:01 +0000 (21:46 +0300)
src/os/unix/ngx_darwin_sendfile_chain.c

index 43f19132694f8c930663a710ede0e1a4759644aa..f01651a11501bd704c9175cc34b4b5d66bd81cab 100644 (file)
@@ -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;
                 }