summaryrefslogtreecommitdiffstats
path: root/util/system/thread.cpp
diff options
context:
space:
mode:
authorasa <[email protected]>2022-02-10 16:50:54 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:50:54 +0300
commit74f28e6c6fad7c4b75d97dcc239d29df04e525cb (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /util/system/thread.cpp
parentc3206fd73f199b90b23e450b1d30b63c8e13a5a6 (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/system/thread.cpp')
-rw-r--r--util/system/thread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/thread.cpp b/util/system/thread.cpp
index 61fc11237ca..6236746c2d9 100644
--- a/util/system/thread.cpp
+++ b/util/system/thread.cpp
@@ -105,7 +105,7 @@ namespace {
inline void Detach() {
::CloseHandle(Handle);
}
-
+
static ui32 __stdcall Proxy(void* ptr) {
NTls::TCleaner cleaner;