comparison src/mail/ngx_mail_core_module.c @ 4522:14411ee4d89f

Whitespace fixes.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 05 Mar 2012 18:09:06 +0000
parents 41f640a693de
children bdcdbdf35b52 0b0ddfdbdd7b
comparison
equal deleted inserted replaced
4521:dfca420d0446 4522:14411ee4d89f
24 static char *ngx_mail_core_resolver(ngx_conf_t *cf, ngx_command_t *cmd, 24 static char *ngx_mail_core_resolver(ngx_conf_t *cf, ngx_command_t *cmd,
25 void *conf); 25 void *conf);
26 26
27 27
28 static ngx_conf_deprecated_t ngx_conf_deprecated_so_keepalive = { 28 static ngx_conf_deprecated_t ngx_conf_deprecated_so_keepalive = {
29 ngx_conf_deprecated, "so_keepalive", 29 ngx_conf_deprecated, "so_keepalive",
30 "so_keepalive\" parameter of the \"listen" 30 "so_keepalive\" parameter of the \"listen"
31 }; 31 };
32 32
33 33
34 static ngx_command_t ngx_mail_core_commands[] = { 34 static ngx_command_t ngx_mail_core_commands[] = {