style fix

This commit is contained in:
Igor Sysoev
2008-05-22 12:09:41 +00:00
parent 61e991c70a
commit 3b30476068
10 changed files with 14 additions and 14 deletions

View File

@@ -446,7 +446,7 @@ ngx_kqueue_set_event(ngx_event_t *ev, ngx_int_t filter, ngx_uint_t flags)
|| __FreeBSD_version >= 500018
|NOTE_REVOKE
#endif
;
;
kev->data = 0;
} else {

View File

@@ -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;

View File

@@ -880,7 +880,7 @@ ngx_event_pipe_free_shadow_raw_buf(ngx_chain_t **free, ngx_buf_t *buf)
ll = free;
for (cl = *free ; cl; cl = cl->next) {
for (cl = *free; cl; cl = cl->next) {
if (cl->buf == s) {
*ll = cl->next;
break;