summaryrefslogtreecommitdiffstats
path: root/util/thread/lfstack.h
diff options
context:
space:
mode:
authoragorodilov <[email protected]>2022-02-10 16:47:09 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:47:09 +0300
commitbd5ef432f5cfb1e18851381329d94665a4c22470 (patch)
treeb83306b6e37edeea782e9eed673d89286c4fef35 /util/thread/lfstack.h
parent7a4979e6211c3e78c7f9041d4a9e5d3405343c36 (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/thread/lfstack.h')
-rw-r--r--util/thread/lfstack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/thread/lfstack.h b/util/thread/lfstack.h
index 8a3ea706388..ca3d95f3c39 100644
--- a/util/thread/lfstack.h
+++ b/util/thread/lfstack.h
@@ -11,7 +11,7 @@ class TLockFreeStack: TNonCopyable {
T Value;
TNode* Next;
- TNode() = default;
+ TNode() = default;
template <class U>
explicit TNode(U&& val)