# HG changeset patch # User Maxim Dounin # Date 1316174932 0 # Node ID 4b0b0e77dc3df4dd5fb9d91e46c114d8f406339a # Parent b2e21a39307c68e220fd024ada6e9cb3b311fb34 Trailing space fix. diff --git a/src/http/modules/ngx_http_chunked_filter_module.c b/src/http/modules/ngx_http_chunked_filter_module.c --- a/src/http/modules/ngx_http_chunked_filter_module.c +++ b/src/http/modules/ngx_http_chunked_filter_module.c @@ -181,7 +181,7 @@ ngx_http_chunked_body_filter(ngx_http_re if (tl == NULL) { return NGX_ERROR; } - + b = tl->buf; b->tag = (ngx_buf_tag_t) &ngx_http_chunked_filter_module;