commit | c6353a5654bc14a66f5d0a6657b373fca7bce8a3 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Fri Sep 16 12:08:52 2011 +0000 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Fri Sep 16 12:08:52 2011 +0000 |
tree | 677b93b45d49de21577d71c163b2aa7840dcdc56 | |
parent | 44002e541ffee5ce15c75c42f67251b8dd2f93b3 [diff] |
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 index e42f3b5..e6ae1c9 100644 --- a/src/http/modules/ngx_http_chunked_filter_module.c +++ b/src/http/modules/ngx_http_chunked_filter_module.c
@@ -181,7 +181,7 @@ if (tl == NULL) { return NGX_ERROR; } - + b = tl->buf; b->tag = (ngx_buf_tag_t) &ngx_http_chunked_filter_module;