Style: Fix unnecessary semicolons that confused clang-format
This commit is contained in:
parent
74b5d6839a
commit
ca3192d18a
25 changed files with 64 additions and 159 deletions
|
|
@ -59,11 +59,3 @@ void ThreadUWP::make_default() {
|
|||
get_thread_id_func = get_thread_id_func_uwp;
|
||||
wait_to_finish_func = wait_to_finish_func_uwp;
|
||||
};
|
||||
|
||||
ThreadUWP::ThreadUWP(){
|
||||
|
||||
};
|
||||
|
||||
ThreadUWP::~ThreadUWP(){
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue