comparison src/http/ngx_http_core_module.h @ 1579:aa1835ad46ba

style fix
author Igor Sysoev <igor@sysoev.ru>
date Wed, 17 Oct 2007 13:21:20 +0000
parents 56f1ea5baabb
children 4435ca2e467d
comparison
equal deleted inserted replaced
1578:981de6e0735d 1579:aa1835ad46ba
183 ngx_array_t names; /* array of ngx_http_server_name_t */ 183 ngx_array_t names; /* array of ngx_http_server_name_t */
184 184
185 #if (NGX_PCRE) 185 #if (NGX_PCRE)
186 ngx_uint_t nregex; 186 ngx_uint_t nregex;
187 ngx_http_server_name_t *regex; 187 ngx_http_server_name_t *regex;
188
189 #endif 188 #endif
190 189
191 /* the default server configuration for this address:port */ 190 /* the default server configuration for this address:port */
192 ngx_http_core_srv_conf_t *core_srv_conf; 191 ngx_http_core_srv_conf_t *core_srv_conf;
193 192