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

index 7f31827a1d3af862389c2f29f5bd6fa8affcfa9c..eb727bd78bb368514ae370fcff1afdbff369cb8c 100644 (file)
@@ -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;