# HG changeset patch # User Igor Sysoev # Date 1161101629 0 # Node ID b310630d129e2e7dc73796b39c858e223f007b70 # Parent 5dc3ba0d6388b0f915970d4efa2850fd2bef397a style fix: remove trailing spaces diff -r 5dc3ba0d6388 -r b310630d129e src/http/modules/ngx_http_flv_module.c --- a/src/http/modules/ngx_http_flv_module.c Tue Oct 17 12:47:14 2006 +0000 +++ b/src/http/modules/ngx_http_flv_module.c Tue Oct 17 16:13:49 2006 +0000 @@ -216,7 +216,7 @@ out[0].next = &out[1]; } else { - r->allow_ranges = 1; + r->allow_ranges = 1; } diff -r 5dc3ba0d6388 -r b310630d129e src/http/modules/ngx_http_ssi_filter_module.c --- a/src/http/modules/ngx_http_ssi_filter_module.c Tue Oct 17 12:47:14 2006 +0000 +++ b/src/http/modules/ngx_http_ssi_filter_module.c Tue Oct 17 16:13:49 2006 +0000 @@ -1554,7 +1554,7 @@ if (part->next == NULL) { break; } - + part = part->next; var = part->elts; i = 0; diff -r 5dc3ba0d6388 -r b310630d129e src/http/ngx_http_upstream.c --- a/src/http/ngx_http_upstream.c Tue Oct 17 12:47:14 2006 +0000 +++ b/src/http/ngx_http_upstream.c Tue Oct 17 16:13:49 2006 +0000 @@ -1167,7 +1167,7 @@ if (hh && hh->redirect) { if (hh->copy_handler(r, &h[i], hh->conf) != NGX_OK) { - ngx_http_finalize_request(r, + ngx_http_finalize_request(r, NGX_HTTP_INTERNAL_SERVER_ERROR); return; }