# HG changeset patch # User Maxim Dounin # Date 1259059918 -10800 # Node ID 57365655ee44096bf5422a9fa7164a52a518525d # Parent c3bd9d8ab52a192c1bfb10d3853b3fa90e9abc14 Whitespace cleanup, no functional changes. diff --git a/ngx_http_bytes_filter_module.c b/ngx_http_bytes_filter_module.c --- a/ngx_http_bytes_filter_module.c +++ b/ngx_http_bytes_filter_module.c @@ -364,7 +364,7 @@ ngx_http_bytes_body_filter(ngx_http_requ cl->buf = b; cl->next = NULL; - + return ngx_http_next_body_filter(r, cl); }