Style: Fix unnecessary semicolons that confused clang-format

This commit is contained in:
Rémi Verschelde 2020-05-19 11:24:58 +02:00
parent 74b5d6839a
commit ca3192d18a
25 changed files with 64 additions and 159 deletions

View file

@ -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(){
};