diff 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
line wrap: on
line diff
--- 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;