]> granicus.if.org Git - libevent/commitdiff
remove emty line for code formating
authormoonlightsh <85744700@qq.com>
Fri, 25 Jun 2021 00:33:30 +0000 (08:33 +0800)
committermoonlightsh <85744700@qq.com>
Fri, 25 Jun 2021 00:33:30 +0000 (08:33 +0800)
evthread_pthread.c

index 56c3b86ea8dd91b4cf8edf9a2efe7b13276cc3f4..0614a066fcce3e94328eb5e33565a52bab020b86 100644 (file)
@@ -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);