mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
style fix
This commit is contained in:
parent
c5237a8829
commit
7c6ba72e24
@ -248,12 +248,12 @@ static ngx_int_t
|
|||||||
ngx_select_process_events(ngx_cycle_t *cycle, ngx_msec_t timer,
|
ngx_select_process_events(ngx_cycle_t *cycle, ngx_msec_t timer,
|
||||||
ngx_uint_t flags)
|
ngx_uint_t flags)
|
||||||
{
|
{
|
||||||
int ready, nready;
|
int ready, nready;
|
||||||
ngx_uint_t i, found;
|
ngx_err_t err;
|
||||||
ngx_err_t err;
|
ngx_uint_t i, found;
|
||||||
ngx_event_t *ev, **queue;
|
ngx_event_t *ev, **queue;
|
||||||
ngx_connection_t *c;
|
struct timeval tv, *tp;
|
||||||
struct timeval tv, *tp;
|
ngx_connection_t *c;
|
||||||
|
|
||||||
#if !(NGX_WIN32)
|
#if !(NGX_WIN32)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user