1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

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