comparison 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
comparison
equal deleted inserted replaced
5918:c50b5ed3cd4b 5919:fddc6bed1e6e
102 102
103 /* 103 /*
104 * create the trailer iovec and coalesce the neighbouring bufs 104 * create the trailer iovec and coalesce the neighbouring bufs
105 */ 105 */
106 106
107 cl = ngx_output_chain_to_iovec(&trailer, cl, limit - send, c->log); 107 cl = ngx_output_chain_to_iovec(&trailer, cl, limit - send,
108 108 c->log);
109 if (cl == NGX_CHAIN_ERROR) { 109 if (cl == NGX_CHAIN_ERROR) {
110 return NGX_CHAIN_ERROR; 110 return NGX_CHAIN_ERROR;
111 } 111 }
112 112
113 send += trailer.size; 113 send += trailer.size;