aboutsummaryrefslogtreecommitdiffstats
path: root/util/system
diff options
context:
space:
mode:
authorprime <prime@yandex-team.ru>2022-02-10 16:46:01 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:01 +0300
commite34f3f0e381020a427f44fbd50463d9a04089db3 (patch)
tree1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /util/system
parent3695a7cd42b74a4987d8d5a8f2e2443556998943 (diff)
downloadydb-e34f3f0e381020a427f44fbd50463d9a04089db3.tar.gz
Restoring authorship annotation for <prime@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/system')
-rw-r--r--util/system/context.cpp4
-rw-r--r--util/system/context.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/util/system/context.cpp b/util/system/context.cpp
index 7cd7b6e5b8..ad99309088 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();
}
diff --git a/util/system/context.h b/util/system/context.h
index cf0b449c0f..d2a349bfc5 100644
--- a/util/system/context.h
+++ b/util/system/context.h
@@ -142,7 +142,7 @@ private:
TSan() noexcept;
TSan(const TContClosure& c) noexcept;
- void DoRunNaked() override;
+ void DoRunNaked() override;
ITrampoLine* TL;
};