diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2008-07-07 10:18:41 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2008-07-07 10:18:41 +0000 |
| commit | b5f5da3a37f2169d6745f7160203a792ab49cac0 (patch) | |
| tree | 5c43c5c64900ac6279859f20aad437a74bb1aca7 /src/event/ngx_event.c | |
| parent | 6ea25ac7e7df387aa9ef1dee4187da21c2d86888 (diff) | |
| download | nginx-b5f5da3a37f2169d6745f7160203a792ab49cac0.tar.gz nginx-b5f5da3a37f2169d6745f7160203a792ab49cac0.tar.bz2 | |
r2007, r2025, r2042 merge:
style fixes
Diffstat (limited to 'src/event/ngx_event.c')
| -rw-r--r-- | src/event/ngx_event.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/event/ngx_event.c b/src/event/ngx_event.c index d34710742..1ec0119cc 100644 --- a/src/event/ngx_event.c +++ b/src/event/ngx_event.c @@ -942,7 +942,7 @@ ngx_event_connections(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_str_t *value; if (ecf->connections != NGX_CONF_UNSET_UINT) { - return "is duplicate" ; + return "is duplicate"; } if (ngx_strcmp(cmd->name.data, "connections") == 0) { @@ -977,7 +977,7 @@ ngx_event_use(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_event_module_t *module; if (ecf->use != NGX_CONF_UNSET_UINT) { - return "is duplicate" ; + return "is duplicate"; } value = cf->args->elts; |
