style fix: remove trailing spaces

This commit is contained in:
Igor Sysoev 2006-10-17 16:13:49 +00:00
parent bb8bbb7c0b
commit 37188918ed
3 changed files with 3 additions and 3 deletions

View File

@ -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;
}

View File

@ -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;

View File

@ -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;
}