aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_uwsgi_module.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2010-06-15 12:45:33 +0000
committerIgor Sysoev <igor@sysoev.ru>2010-06-15 12:45:33 +0000
commit68294d776d2fc992dd9d5f0f22a23aeaca45f78f (patch)
treee3a87df10c4302738a7180ba8ed757d880ca159d /src/http/modules/ngx_http_uwsgi_module.c
parentdede73dda90f5f3accd281ac3df80e0564d0a437 (diff)
downloadnginx-68294d776d2fc992dd9d5f0f22a23aeaca45f78f.tar.gz
nginx-68294d776d2fc992dd9d5f0f22a23aeaca45f78f.zip
style fix
Diffstat (limited to 'src/http/modules/ngx_http_uwsgi_module.c')
-rw-r--r--src/http/modules/ngx_http_uwsgi_module.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_uwsgi_module.c b/src/http/modules/ngx_http_uwsgi_module.c
index 7f31827a1..eb727bd78 100644
--- a/src/http/modules/ngx_http_uwsgi_module.c
+++ b/src/http/modules/ngx_http_uwsgi_module.c
@@ -864,6 +864,7 @@ ngx_http_uwsgi_reinit_request(ngx_http_request_t *r)
return NGX_OK;
}
+
static ngx_int_t
ngx_http_uwsgi_parse_status_line(ngx_http_request_t *r,
ngx_http_uwsgi_ctx_t *ctx)
@@ -1075,7 +1076,7 @@ done:
static ngx_int_t
ngx_http_uwsgi_process_status_line(ngx_http_request_t *r)
{
- ngx_int_t rc;
+ ngx_int_t rc;
ngx_http_upstream_t *u;
ngx_http_uwsgi_ctx_t *ctx;