aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/tls.cpp
diff options
context:
space:
mode:
authorspacelord <spacelord@yandex-team.ru>2022-02-10 16:48:15 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:15 +0300
commit16747e4f77455cca4932df21eb76f12cb0a97a5c (patch)
tree4dd6da4102d99d0d69dec53c1050d290a850a9f2 /util/system/tls.cpp
parenta817f5de12611ec73085eba17f8ec7740a46bdb7 (diff)
downloadydb-16747e4f77455cca4932df21eb76f12cb0a97a5c.tar.gz
Restoring authorship annotation for <spacelord@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/system/tls.cpp')
-rw-r--r--util/system/tls.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/system/tls.cpp b/util/system/tls.cpp
index c2f1a04a14..330f5a8454 100644
--- a/util/system/tls.cpp
+++ b/util/system/tls.cpp
@@ -23,7 +23,7 @@ namespace {
class TGenericTlsBase {
public:
- using TSmallKey = size_t;
+ using TSmallKey = size_t;
class TPerThreadStorage {
public:
@@ -158,7 +158,7 @@ namespace {
pthread_key_t Key_;
};
- using TKeyDescriptor = TMasterTls::TPerThreadStorage::TKey;
+ using TKeyDescriptor = TMasterTls::TPerThreadStorage::TKey;
}
class TKey::TImpl: public TKeyDescriptor {