Trailing space fix.

This commit is contained in:
Maxim Dounin 2011-09-16 12:08:52 +00:00
parent 44002e541f
commit c6353a5654

View File

@ -181,7 +181,7 @@ ngx_http_chunked_body_filter(ngx_http_request_t *r, ngx_chain_t *in)
if (tl == NULL) { if (tl == NULL) {
return NGX_ERROR; return NGX_ERROR;
} }
b = tl->buf; b = tl->buf;
b->tag = (ngx_buf_tag_t) &ngx_http_chunked_filter_module; b->tag = (ngx_buf_tag_t) &ngx_http_chunked_filter_module;