changeset 3630:b5819529738a

style fix
author Igor Sysoev <igor@sysoev.ru>
date Tue, 15 Jun 2010 15:30:00 +0000
parents a2a3378824ba
children eb5e237bfa58
files src/http/modules/ngx_http_uwsgi_module.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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_h
 {
     size_t                 len;
     ngx_int_t              rc;
+    ngx_http_status_t     *status;
     ngx_http_upstream_t   *u;
-    ngx_http_status_t     *status;
 
     status = ngx_http_get_module_ctx(r, ngx_http_uwsgi_module);