comparison src/core/nginx.c @ 2024:7018254cc006

style fix
author Igor Sysoev <igor@sysoev.ru>
date Thu, 22 May 2008 12:09:41 +0000
parents e584e946e198
children 2a92804f4109 0ebecd0c3410
comparison
equal deleted inserted replaced
2023:7d58e319285e 2024:7018254cc006
1076 } 1076 }
1077 1077
1078 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, 1078 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,
1079 "invalid character \"%c\" in \"worker_cpu_affinity\"", 1079 "invalid character \"%c\" in \"worker_cpu_affinity\"",
1080 ch); 1080 ch);
1081 return NGX_CONF_ERROR ; 1081 return NGX_CONF_ERROR;
1082 } 1082 }
1083 } 1083 }
1084 1084
1085 #else 1085 #else
1086 1086