mirror of
https://github.com/nginx/nginx.git
synced 2025-01-07 06:33:00 -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];
|
||||
|
||||
} 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) {
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
part = part->next;
|
||||
var = part->elts;
|
||||
i = 0;
|
||||
|
@ -1167,7 +1167,7 @@ ngx_http_upstream_process_header(ngx_event_t *rev)
|
||||
|
||||
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user