aboutsummaryrefslogtreecommitdiffstats
path: root/util/system
diff options
context:
space:
mode:
authorfinder <finder@yandex-team.ru>2022-02-10 16:49:24 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:24 +0300
commit2ab6bab688484680d3ebc5c4a7e9cd3ff04fda04 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /util/system
parentabbbaf4075fbaa0ff4ce9faa1188089466a21dbe (diff)
downloadydb-2ab6bab688484680d3ebc5c4a7e9cd3ff04fda04.tar.gz
Restoring authorship annotation for <finder@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/system')
-rw-r--r--util/system/tls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/tls.h b/util/system/tls.h
index 75946ab048e..3c4f56dbeb7 100644
--- a/util/system/tls.h
+++ b/util/system/tls.h
@@ -277,7 +277,7 @@ namespace NTls {
return val;
}
- private:
+ private:
static void Dtor(void* ptr) {
THolder<void> mem(ptr);