You've already forked godot
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:
@@ -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(){
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user