]> git.kaiwu.me - nginx.git/commitdiff
style fix
authorIgor Sysoev <igor@sysoev.ru>
Tue, 15 Jun 2010 15:30:00 +0000 (15:30 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 15 Jun 2010 15:30:00 +0000 (15:30 +0000)
src/http/modules/ngx_http_uwsgi_module.c

index d949826a6e835f27406775330b7abe59ef3cf408..6597ee2896f852781c2a4d8c09f1246455dd461e 100644 (file)
@@ -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);