aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/rain_check
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.ru>2022-02-10 16:45:08 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:08 +0300
commit4e839db24a3bbc9f1c610c43d6faaaa99824dcca (patch)
tree506dac10f5df94fab310584ee51b24fc5a081c22 /library/cpp/messagebus/rain_check
parent2d37894b1b037cf24231090eda8589bbb44fb6fc (diff)
downloadydb-4e839db24a3bbc9f1c610c43d6faaaa99824dcca.tar.gz
Restoring authorship annotation for <thegeorg@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/messagebus/rain_check')
-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 500841dd5b..53248ae3f0 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 95e2a30f9b..0106e8a4a9 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 2f3520e6e4..9f90ad4abc 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() {