comparison src/http/modules/ngx_http_uwsgi_module.c @ 3556:b9415935d95d

style fix
author Igor Sysoev <igor@sysoev.ru>
date Tue, 01 Jun 2010 20:27:03 +0000
parents bc734cf061b0
children 3da009cc90f3
comparison
equal deleted inserted replaced
3555:bc734cf061b0 3556:b9415935d95d
25 ngx_str_t uwsgi_string; 25 ngx_str_t uwsgi_string;
26 26
27 ngx_uint_t modifier1; 27 ngx_uint_t modifier1;
28 ngx_uint_t modifier2; 28 ngx_uint_t modifier2;
29 } ngx_http_uwsgi_loc_conf_t; 29 } ngx_http_uwsgi_loc_conf_t;
30
30 31
31 typedef struct { 32 typedef struct {
32 ngx_uint_t status; 33 ngx_uint_t status;
33 ngx_uint_t status_count; 34 ngx_uint_t status_count;
34 u_char *status_start; 35 u_char *status_start;