aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/rain_check/core
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.ru>2022-02-10 16:45:12 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:12 +0300
commit49116032d905455a7b1c994e4a696afc885c1e71 (patch)
treebe835aa92c6248212e705f25388ebafcf84bc7a1 /library/cpp/messagebus/rain_check/core
parent4e839db24a3bbc9f1c610c43d6faaaa99824dcca (diff)
downloadydb-49116032d905455a7b1c994e4a696afc885c1e71.tar.gz
Restoring authorship annotation for <thegeorg@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/messagebus/rain_check/core')
-rw-r--r--library/cpp/messagebus/rain_check/core/coro.cpp2
-rw-r--r--library/cpp/messagebus/rain_check/core/coro.h2
-rw-r--r--library/cpp/messagebus/rain_check/core/coro_stack.h4
3 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/messagebus/rain_check/core/coro.cpp b/library/cpp/messagebus/rain_check/core/coro.cpp
index 53248ae3f0..500841dd5b 100644
--- a/library/cpp/messagebus/rain_check/core/coro.cpp
+++ b/library/cpp/messagebus/rain_check/core/coro.cpp
@@ -7,7 +7,7 @@
using namespace NRainCheck;
-TContClosure TCoroTaskRunner::ContClosure(TCoroTaskRunner* runner, TArrayRef<char> memRegion) {
+TContClosure TCoroTaskRunner::ContClosure(TCoroTaskRunner* runner, TArrayRef<char> memRegion) {
TContClosure contClosure;
contClosure.TrampoLine = runner;
contClosure.Stack = memRegion;
diff --git a/library/cpp/messagebus/rain_check/core/coro.h b/library/cpp/messagebus/rain_check/core/coro.h
index 0106e8a4a9..95e2a30f9b 100644
--- a/library/cpp/messagebus/rain_check/core/coro.h
+++ b/library/cpp/messagebus/rain_check/core/coro.h
@@ -25,7 +25,7 @@ namespace NRainCheck {
~TCoroTaskRunner() override;
private:
- static TContClosure ContClosure(TCoroTaskRunner* runner, TArrayRef<char> memRegion);
+ static TContClosure ContClosure(TCoroTaskRunner* runner, TArrayRef<char> memRegion);
bool ReplyReceived() override /* override */;
diff --git a/library/cpp/messagebus/rain_check/core/coro_stack.h b/library/cpp/messagebus/rain_check/core/coro_stack.h
index 9f90ad4abc..2f3520e6e4 100644
--- a/library/cpp/messagebus/rain_check/core/coro_stack.h
+++ b/library/cpp/messagebus/rain_check/core/coro_stack.h
@@ -25,8 +25,8 @@ namespace NRainCheck {
return SizeValue;
}
- TArrayRef<char> MemRegion() {
- return TArrayRef((char*)Data(), Size());
+ TArrayRef<char> MemRegion() {
+ return TArrayRef((char*)Data(), Size());
}
ui32* MagicNumberLocation() {