mirror of
https://github.com/nginx/nginx.git
synced 2025-01-08 07:03:01 -06:00
style fix: remove trailing spaces
This commit is contained in:
parent
bb8bbb7c0b
commit
37188918ed
@ -216,7 +216,7 @@ ngx_http_flv_handler(ngx_http_request_t *r)
|
|||||||
out[0].next = &out[1];
|
out[0].next = &out[1];
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
r->allow_ranges = 1;
|
r->allow_ranges = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -1554,7 +1554,7 @@ ngx_http_ssi_get_variable(ngx_http_request_t *r, ngx_str_t *name,
|
|||||||
if (part->next == NULL) {
|
if (part->next == NULL) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
part = part->next;
|
part = part->next;
|
||||||
var = part->elts;
|
var = part->elts;
|
||||||
i = 0;
|
i = 0;
|
||||||
|
@ -1167,7 +1167,7 @@ ngx_http_upstream_process_header(ngx_event_t *rev)
|
|||||||
|
|
||||||
if (hh && hh->redirect) {
|
if (hh && hh->redirect) {
|
||||||
if (hh->copy_handler(r, &h[i], hh->conf) != NGX_OK) {
|
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);
|
NGX_HTTP_INTERNAL_SERVER_ERROR);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user