comparison src/http/modules/ngx_http_uwsgi_module.c @ 3550:9f715c9e5b82

style fix
author Igor Sysoev <igor@sysoev.ru>
date Tue, 01 Jun 2010 17:46:01 +0000
parents 0b3613117ac5
children fb4cbe681e81
comparison
equal deleted inserted replaced
3549:0b3613117ac5 3550:9f715c9e5b82
41 ngx_array_t *params_source; 41 ngx_array_t *params_source;
42 42
43 ngx_array_t *uwsgi_lengths; 43 ngx_array_t *uwsgi_lengths;
44 ngx_array_t *uwsgi_values; 44 ngx_array_t *uwsgi_values;
45 45
46 ngx_str_t uwsgi_string ; 46 ngx_str_t uwsgi_string;
47 47
48 u_char modifier1; 48 u_char modifier1;
49 u_char modifier2; 49 u_char modifier2;
50 } ngx_http_uwsgi_loc_conf_t; 50 } ngx_http_uwsgi_loc_conf_t;
51 51