From bb669d934a94c34265b42a064c51a0bfcba74ae2 Mon Sep 17 00:00:00 2001 From: moonlightsh <85744700@qq.com> Date: Fri, 25 Jun 2021 08:33:30 +0800 Subject: [PATCH] remove emty line for code formating --- evthread_pthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evthread_pthread.c b/evthread_pthread.c index 56c3b86e..0614a066 100644 --- a/evthread_pthread.c +++ b/evthread_pthread.c @@ -214,7 +214,7 @@ evthread_use_pthreads_with_flags(int flags) evthread_set_condition_callbacks(&cond_cbs); evthread_set_id_callback(evthread_posix_get_id); once_init = 1; - + return 0; error: pthread_mutex_unlock(&once_init_lock); -- 2.40.0