diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-06-04 20:00:06 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-06-04 20:00:06 +0000 |
| commit | 55a42ca58666a5def010d3fabc1472ee47e04948 (patch) | |
| tree | b471fa37a3af303a790002021e94bfeabef9d328 | |
| parent | 1c0e3e0dd0107c624030dfdd1ba20c231ae57de3 (diff) | |
| download | nginx-55a42ca58666a5def010d3fabc1472ee47e04948.tar.gz nginx-55a42ca58666a5def010d3fabc1472ee47e04948.tar.bz2 | |
style fix
| -rw-r--r-- | src/http/ngx_http_core_module.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h index f9a64af90..ad149f08c 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h @@ -172,7 +172,7 @@ typedef struct { in_addr_t addr; ngx_hash_t hash; - ngx_hash_wildcard_t *dns_wildcards; + ngx_hash_wildcard_t *dns_wildcards; ngx_array_t names; /* array of ngx_http_server_name_t */ |
