diff options
author | nocomer <nocomer@yandex-team.ru> | 2022-02-10 16:51:48 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:51:48 +0300 |
commit | 98445ce16e046ec9528200234bd53fcf7f9aa61b (patch) | |
tree | 4f780439b0f3f7ed13e6914fccf3434f047e761e /util/system/sanitizers.h | |
parent | 1dbd640faa41bcc5e0706aa58be73600774045eb (diff) | |
download | ydb-98445ce16e046ec9528200234bd53fcf7f9aa61b.tar.gz |
Restoring authorship annotation for <nocomer@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/system/sanitizers.h')
-rw-r--r-- | util/system/sanitizers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/system/sanitizers.h b/util/system/sanitizers.h index 965e5c751e..0ba29db8c4 100644 --- a/util/system/sanitizers.h +++ b/util/system/sanitizers.h @@ -25,7 +25,7 @@ namespace NSan { ~TFiberContext() noexcept; void BeforeFinish() noexcept; - void BeforeSwitch(TFiberContext* old) noexcept; + void BeforeSwitch(TFiberContext* old) noexcept; void AfterSwitch() noexcept; static void AfterStart() noexcept; @@ -35,7 +35,7 @@ namespace NSan { const void* Stack_; size_t Len_; - const bool IsMainFiber_; + const bool IsMainFiber_; #if defined(_tsan_enabled_) void* const CurrentTSanFiberContext_; #endif |