comparison src/http/ngx_http_core_module.c @ 1674:f2c87cba6596

style fix
author Igor Sysoev <igor@sysoev.ru>
date Fri, 30 Nov 2007 22:08:29 +0000
parents cc7a7d0b89e8
children c74e7fd0bcaf
comparison
equal deleted inserted replaced
1673:cd042416586c 1674:f2c87cba6596
67 void *conf); 67 void *conf);
68 static char *ngx_http_core_keepalive(ngx_conf_t *cf, ngx_command_t *cmd, 68 static char *ngx_http_core_keepalive(ngx_conf_t *cf, ngx_command_t *cmd,
69 void *conf); 69 void *conf);
70 static char *ngx_http_core_internal(ngx_conf_t *cf, ngx_command_t *cmd, 70 static char *ngx_http_core_internal(ngx_conf_t *cf, ngx_command_t *cmd,
71 void *conf); 71 void *conf);
72 static char * ngx_http_core_resolver(ngx_conf_t *cf, ngx_command_t *cmd, 72 static char *ngx_http_core_resolver(ngx_conf_t *cf, ngx_command_t *cmd,
73 void *conf); 73 void *conf);
74 74
75 static char *ngx_http_core_lowat_check(ngx_conf_t *cf, void *post, void *data); 75 static char *ngx_http_core_lowat_check(ngx_conf_t *cf, void *post, void *data);
76 static char *ngx_http_core_pool_size(ngx_conf_t *cf, void *post, void *data); 76 static char *ngx_http_core_pool_size(ngx_conf_t *cf, void *post, void *data);
77 77