aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2013-02-23 11:50:42 +0000
committerMaxim Dounin <mdounin@mdounin.ru>2013-02-23 11:50:42 +0000
commit56bc5f250bd99fe41f12b9a6b859ce5788a363f1 (patch)
tree4395f560241c537f5500e5363a77a4bee7573675
parent284a7dbb307d1518cd10e146a56485d576cf6c82 (diff)
downloadnginx-56bc5f250bd99fe41f12b9a6b859ce5788a363f1.tar.gz
nginx-56bc5f250bd99fe41f12b9a6b859ce5788a363f1.zip
Trailing whitespace fix.
-rw-r--r--src/http/modules/ngx_http_scgi_module.c2
-rw-r--r--src/http/modules/ngx_http_uwsgi_module.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/http/modules/ngx_http_scgi_module.c b/src/http/modules/ngx_http_scgi_module.c
index fab3766b6..49cc96d24 100644
--- a/src/http/modules/ngx_http_scgi_module.c
+++ b/src/http/modules/ngx_http_scgi_module.c
@@ -1018,7 +1018,7 @@ ngx_http_scgi_process_header(ngx_http_request_t *r)
done:
if (u->headers_in.status_n == NGX_HTTP_SWITCHING_PROTOCOLS
- && r->headers_in.upgrade)
+ && r->headers_in.upgrade)
{
u->upgrade = 1;
}
diff --git a/src/http/modules/ngx_http_uwsgi_module.c b/src/http/modules/ngx_http_uwsgi_module.c
index f71a4f294..623ee4957 100644
--- a/src/http/modules/ngx_http_uwsgi_module.c
+++ b/src/http/modules/ngx_http_uwsgi_module.c
@@ -1052,7 +1052,7 @@ ngx_http_uwsgi_process_header(ngx_http_request_t *r)
done:
if (u->headers_in.status_n == NGX_HTTP_SWITCHING_PROTOCOLS
- && r->headers_in.upgrade)
+ && r->headers_in.upgrade)
{
u->upgrade = 1;
}