diff options
author | whitehead <whitehead@yandex-team.ru> | 2022-02-10 16:52:10 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:52:10 +0300 |
commit | ba1bd062351dda65d8af9aa996199a8e10ec009a (patch) | |
tree | 10ddcc1acc37624f54e4c0d1770583b342b298a3 /util/thread | |
parent | 7d165563a0eef351b9b0f1bc159c1450a6b29f97 (diff) | |
download | ydb-ba1bd062351dda65d8af9aa996199a8e10ec009a.tar.gz |
Restoring authorship annotation for <whitehead@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/thread')
-rw-r--r-- | util/thread/lfqueue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/thread/lfqueue.h b/util/thread/lfqueue.h index ab523631e4..b810cde650 100644 --- a/util/thread/lfqueue.h +++ b/util/thread/lfqueue.h @@ -4,7 +4,7 @@ #include <util/generic/ptr.h> #include <util/system/atomic.h> -#include <util/system/yassert.h> +#include <util/system/yassert.h> #include "lfstack.h" struct TDefaultLFCounter { |