From: Igor Sysoev Date: Tue, 15 Jun 2010 15:30:00 +0000 (+0000) Subject: style fix X-Git-Tag: release-0.8.42~8 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/postgres_fdw.c?a=commitdiff_plain;h=0f6ae5906d99f19598f98533e7ac6a942433cdc1;p=nginx.git style fix --- diff --git a/src/http/modules/ngx_http_uwsgi_module.c b/src/http/modules/ngx_http_uwsgi_module.c index d949826a6..6597ee289 100644 --- a/src/http/modules/ngx_http_uwsgi_module.c +++ b/src/http/modules/ngx_http_uwsgi_module.c @@ -857,8 +857,8 @@ ngx_http_uwsgi_process_status_line(ngx_http_request_t *r) { size_t len; ngx_int_t rc; - ngx_http_upstream_t *u; ngx_http_status_t *status; + ngx_http_upstream_t *u; status = ngx_http_get_module_ctx(r, ngx_http_uwsgi_module);