summaryrefslogtreecommitdiffstats
path: root/util/system/tls.cpp
diff options
context:
space:
mode:
authorsergey <[email protected]>2022-02-10 16:47:29 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:47:29 +0300
commit5d8d1af4df7f9cd4acc021f069546c30677e7979 (patch)
tree07a39da188e8b418699f992f22d829a37a1411b2 /util/system/tls.cpp
parent32b231c8474a1ade4bdf776ade6a20341691d9d7 (diff)
Restoring authorship annotation for <[email protected]>. 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 c2f1a04a148..afd5d4bc94d 100644
--- a/util/system/tls.cpp
+++ b/util/system/tls.cpp
@@ -241,8 +241,8 @@ private:
TKey::TKey(TDtor dtor)
: Impl_(new TImpl(dtor))
{
-}
-
+}
+
TKey::TKey(TKey&&) noexcept = default;
TKey::~TKey() = default;