]> git.kaiwu.me - nginx.git/commitdiff
style fix
authorIgor Sysoev <igor@sysoev.ru>
Wed, 29 Apr 2009 15:12:57 +0000 (15:12 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 29 Apr 2009 15:12:57 +0000 (15:12 +0000)
src/event/modules/ngx_select_module.c

index f7020809c04f741c2108bdc2821ca4a259ddb52b..fa27e90e7ac747b55f9763438bd15dba57135041 100644 (file)
@@ -248,12 +248,12 @@ static ngx_int_t
 ngx_select_process_events(ngx_cycle_t *cycle, ngx_msec_t timer,
     ngx_uint_t flags)
 {
-    int                 ready, nready;
-    ngx_uint_t          i, found;
-    ngx_err_t           err;
-    ngx_event_t        *ev, **queue;
-    ngx_connection_t   *c;
-    struct timeval      tv, *tp;
+    int                ready, nready;
+    ngx_err_t          err;
+    ngx_uint_t         i, found;
+    ngx_event_t       *ev, **queue;
+    struct timeval     tv, *tp;
+    ngx_connection_t  *c;
 
 #if !(NGX_WIN32)