comparison src/http/modules/ngx_http_chunked_filter_module.c @ 4128:4b0b0e77dc3d

Trailing space fix.
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 16 Sep 2011 12:08:52 +0000
parents 5db098f97e0e
children d620f497c50f
comparison
equal deleted inserted replaced
4127:b2e21a39307c 4128:4b0b0e77dc3d
179 if (cl->buf->last_buf) { 179 if (cl->buf->last_buf) {
180 tl = ngx_chain_get_free_buf(r->pool, &ctx->free); 180 tl = ngx_chain_get_free_buf(r->pool, &ctx->free);
181 if (tl == NULL) { 181 if (tl == NULL) {
182 return NGX_ERROR; 182 return NGX_ERROR;
183 } 183 }
184 184
185 b = tl->buf; 185 b = tl->buf;
186 186
187 b->tag = (ngx_buf_tag_t) &ngx_http_chunked_filter_module; 187 b->tag = (ngx_buf_tag_t) &ngx_http_chunked_filter_module;
188 b->temporary = 0; 188 b->temporary = 0;
189 b->memory = 1; 189 b->memory = 1;