summaryrefslogtreecommitdiff
path: root/evthread_pthread.c
diff options
context:
space:
mode:
authormoonlightsh <85744700@qq.com>2021-06-25 08:33:30 +0800
committermoonlightsh <85744700@qq.com>2021-06-25 08:33:30 +0800
commitbb669d934a94c34265b42a064c51a0bfcba74ae2 (patch)
tree5a7a9d09ed20f57446b28bc8ec7fac9f0c1fbf15 /evthread_pthread.c
parent608876d256efba11f29ad5d4f9b831f08e41b77e (diff)
downloadlibevent-bb669d934a94c34265b42a064c51a0bfcba74ae2.tar.gz
remove emty line for code formating
Diffstat (limited to 'evthread_pthread.c')
-rw-r--r--evthread_pthread.c2
1 files changed, 1 insertions, 1 deletions
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);