comparison src/http/ngx_http_core_module.c @ 1199:98317b0a0852

style fix
author Igor Sysoev <igor@sysoev.ru>
date Mon, 07 May 2007 08:49:15 +0000
parents 493a227edfd5
children ff63527ea29c
comparison
equal deleted inserted replaced
1198:f4d6c84c69f9 1199:98317b0a0852
70 void *conf); 70 void *conf);
71 71
72 static char *ngx_http_core_lowat_check(ngx_conf_t *cf, void *post, void *data); 72 static char *ngx_http_core_lowat_check(ngx_conf_t *cf, void *post, void *data);
73 73
74 static ngx_conf_post_t ngx_http_core_lowat_post = 74 static ngx_conf_post_t ngx_http_core_lowat_post =
75 { ngx_http_core_lowat_check }; 75 { ngx_http_core_lowat_check };
76 76
77 static ngx_conf_deprecated_t ngx_conf_deprecated_optimize_host_names = { 77 static ngx_conf_deprecated_t ngx_conf_deprecated_optimize_host_names = {
78 ngx_conf_deprecated, "optimize_host_names", "optimize_server_names" 78 ngx_conf_deprecated, "optimize_host_names", "optimize_server_names"
79 }; 79 };
80 80