diff src/http/modules/ngx_http_uwsgi_module.c @ 3623:633ef29c9881

style fix
author Igor Sysoev <igor@sysoev.ru>
date Tue, 15 Jun 2010 12:45:33 +0000
parents 395ae91f7a5a
children 3b7e8fa31a00
line wrap: on
line diff
--- 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;