comparison src/http/modules/ngx_http_uwsgi_module.c @ 3630:b5819529738a

style fix
author Igor Sysoev <igor@sysoev.ru>
date Tue, 15 Jun 2010 15:30:00 +0000
parents a2a3378824ba
children 12bd9e26fadb
comparison
equal deleted inserted replaced
3629:a2a3378824ba 3630:b5819529738a
855 static ngx_int_t 855 static ngx_int_t
856 ngx_http_uwsgi_process_status_line(ngx_http_request_t *r) 856 ngx_http_uwsgi_process_status_line(ngx_http_request_t *r)
857 { 857 {
858 size_t len; 858 size_t len;
859 ngx_int_t rc; 859 ngx_int_t rc;
860 ngx_http_status_t *status;
860 ngx_http_upstream_t *u; 861 ngx_http_upstream_t *u;
861 ngx_http_status_t *status;
862 862
863 status = ngx_http_get_module_ctx(r, ngx_http_uwsgi_module); 863 status = ngx_http_get_module_ctx(r, ngx_http_uwsgi_module);
864 864
865 if (status == NULL) { 865 if (status == NULL) {
866 return NGX_ERROR; 866 return NGX_ERROR;