# HG changeset patch # User Igor Sysoev # Date 1276605933 0 # Node ID 633ef29c9881d09dd376753b6dd4e2326cc0a3c4 # Parent 73e23d7cb3c074348b297d25f96db37db4871d1b style fix diff --git a/src/http/modules/ngx_http_uwsgi_module.c b/src/http/modules/ngx_http_uwsgi_module.c --- 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_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;