diff options
author | prime <prime@yandex-team.ru> | 2022-02-10 16:46:00 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:00 +0300 |
commit | 3695a7cd42b74a4987d8d5a8f2e2443556998943 (patch) | |
tree | ee79ee9294a61ee00e647684b3700d0a87e102a3 /util/system/context.cpp | |
parent | 4d8b546b89b5afc08cf3667e176271c7ba935f33 (diff) | |
download | ydb-3695a7cd42b74a4987d8d5a8f2e2443556998943.tar.gz |
Restoring authorship annotation for <prime@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/system/context.cpp')
-rw-r--r-- | util/system/context.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/system/context.cpp b/util/system/context.cpp index ad993090884..7cd7b6e5b82 100644 --- a/util/system/context.cpp +++ b/util/system/context.cpp @@ -145,9 +145,9 @@ TContMachineContext::TSan::TSan(const TContClosure& c) noexcept { } -void TContMachineContext::TSan::DoRunNaked() { +void TContMachineContext::TSan::DoRunNaked() { AfterSwitch(); - TL->DoRunNaked(); + TL->DoRunNaked(); BeforeFinish(); } |