diff options
author | Igor Sysoev <igor@sysoev.ru> | 2008-05-22 12:09:41 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2008-05-22 12:09:41 +0000 |
commit | 3b30476068751fa7814b10302a63b7f3227c7450 (patch) | |
tree | 7ca108bd55a7e08775f74acf2e5627fbea5ebd3f /src/core/nginx.c | |
parent | 61e991c70a2a491fdb1ee1622df9ae72756b9008 (diff) | |
download | nginx-3b30476068751fa7814b10302a63b7f3227c7450.tar.gz nginx-3b30476068751fa7814b10302a63b7f3227c7450.zip |
style fix
Diffstat (limited to 'src/core/nginx.c')
-rw-r--r-- | src/core/nginx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nginx.c b/src/core/nginx.c index ee636825b..48e085ba3 100644 --- a/src/core/nginx.c +++ b/src/core/nginx.c @@ -1078,7 +1078,7 @@ ngx_set_cpu_affinity(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, "invalid character \"%c\" in \"worker_cpu_affinity\"", ch); - return NGX_CONF_ERROR ; + return NGX_CONF_ERROR; } } |