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
commitc3206fd73f199b90b23e450b1d30b63c8e13a5a6 (patch)
treed93bfff83fa543d6c347c2e3a0994b478115e8b1 /util/system/thread.cpp
parente13b11cc555cf840f384b0a13c95fda563c7e81b (diff)
Restoring authorship annotation for <[email protected]>. Commit 1 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 6236746c2d9..61fc11237ca 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;