mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
style fix
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user