aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-10-17 16:13:49 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-10-17 16:13:49 +0000
commit37188918ed415ef459ca00872adc7376f84bcd30 (patch)
treee87e45c5c3a338e7d053883374e279897a7def18 /src
parentbb8bbb7c0bfe2171c52318435deaece357a95c0c (diff)
downloadnginx-37188918ed415ef459ca00872adc7376f84bcd30.tar.gz
nginx-37188918ed415ef459ca00872adc7376f84bcd30.zip
style fix: remove trailing spaces
Diffstat (limited to 'src')
-rw-r--r--src/http/modules/ngx_http_flv_module.c2
-rw-r--r--src/http/modules/ngx_http_ssi_filter_module.c2
-rw-r--r--src/http/ngx_http_upstream.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/http/modules/ngx_http_flv_module.c b/src/http/modules/ngx_http_flv_module.c
index 52e456b1d..2b2b932c9 100644
--- 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 *r)
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
index d61b125a2..dc0249867 100644
--- 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_request_t *r, ngx_str_t *name,
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
index dc70091de..b86f70128 100644
--- a/src/http/ngx_http_upstream.c
+++ b/src/http/ngx_http_upstream.c
@@ -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;
}