# HG changeset patch # User Igor Sysoev # Date 1161101629 0 # Node ID b310630d129e2e7dc73796b39c858e223f007b70 # Parent 5dc3ba0d6388b0f915970d4efa2850fd2bef397a style fix: remove trailing spaces diff --git a/src/http/modules/ngx_http_flv_module.c b/src/http/modules/ngx_http_flv_module.c --- a/src/http/modules/ngx_http_flv_module.c +++ b/src/http/modules/ngx_http_flv_module.c @@ -216,7 +216,7 @@ ngx_http_flv_handler(ngx_http_request_t out[0].next = &out[1]; } else { - r->allow_ranges = 1; + r->allow_ranges = 1; } diff --git a/src/http/modules/ngx_http_ssi_filter_module.c b/src/http/modules/ngx_http_ssi_filter_module.c --- a/src/http/modules/ngx_http_ssi_filter_module.c +++ b/src/http/modules/ngx_http_ssi_filter_module.c @@ -1554,7 +1554,7 @@ ngx_http_ssi_get_variable(ngx_http_reque if (part->next == NULL) { break; } - + part = part->next; var = part->elts; i = 0; diff --git a/src/http/ngx_http_upstream.c b/src/http/ngx_http_upstream.c --- a/src/http/ngx_http_upstream.c +++ b/src/http/ngx_http_upstream.c @@ -1167,7 +1167,7 @@ ngx_http_upstream_process_header(ngx_eve 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; }