summaryrefslogtreecommitdiff
path: root/core/os/thread.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-05-19 17:27:55 +0200
committerGitHub <noreply@github.com>2020-05-19 17:27:55 +0200
commitc2151e18135817c9f926a5a00341016ac77301d4 (patch)
treeef0c0fe7f7be76cab6234418ba77f8e18ca6d523 /core/os/thread.cpp
parent004ca80f0170b02899482bb36e77eef9de9b9ee8 (diff)
parent85220fec010a4946cb364974eac69418b4e06411 (diff)
Merge pull request #38857 from akien-mga/style-clang-format-unnecessary-semicolons
Style: Remove unnecessary semicolons from `core`
Diffstat (limited to 'core/os/thread.cpp')
-rw-r--r--core/os/thread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/os/thread.cpp b/core/os/thread.cpp
index 70f960ed2a..fc0ce3c9b4 100644
--- a/core/os/thread.cpp
+++ b/core/os/thread.cpp
@@ -63,4 +63,4 @@ Error Thread::set_name(const String &p_name) {
}
return ERR_UNAVAILABLE;
-};
+}