From 6c7852cdab77fdeeea009c562b878369fc6951cc Mon Sep 17 00:00:00 2001 From: yuqing Date: Wed, 20 Jan 2016 21:57:36 +0800 Subject: [PATCH] format --- src/fast_task_queue.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fast_task_queue.h b/src/fast_task_queue.h index 4720e49..c5ca8e6 100644 --- a/src/fast_task_queue.h +++ b/src/fast_task_queue.h @@ -41,7 +41,7 @@ struct nio_thread_data struct fast_timer timer; int pipe_fds[2]; struct fast_task_info *deleted_list; - ThreadLoopCallback thread_loop_callback; + ThreadLoopCallback thread_loop_callback; void *arg; //extra argument pointer }; @@ -67,7 +67,7 @@ struct fast_task_queue pthread_mutex_t lock; int max_connections; int alloc_connections; - int alloc_task_once; + int alloc_task_once; int min_buff_size; int max_buff_size; int arg_size;