Skip to content

Commit

Permalink
Format code style
Browse files Browse the repository at this point in the history
  • Loading branch information
junlon2006 committed Mar 25, 2019
1 parent bcddb81 commit f10978d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion threadpool/src/uni_threadpool.c
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ ThreadPoolHandle ThreadPoolCreate(int thread_cnt) {
return NULL;
}


void ThreadPoolDestroy(ThreadPoolHandle handle) {
ThreadPool *threadpool = (ThreadPool *)handle;
if (NULL == threadpool) {
Expand Down

0 comments on commit f10978d

Please sign in to comment.