aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsenderzon <senderzon@yandex-team.ru>2022-02-10 16:50:33 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:33 +0300
commitbfcb6e08381399a6384cd030c08a908245d9623e (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8
parent9e5c3a530d48c7c06e75a457395b4326c94a3240 (diff)
downloadydb-bfcb6e08381399a6384cd030c08a908245d9623e.tar.gz
Restoring authorship annotation for <senderzon@yandex-team.ru>. Commit 2 of 2.
-rw-r--r--library/cpp/messagebus/oldmodule/module.cpp6
-rw-r--r--library/cpp/messagebus/oldmodule/module.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/library/cpp/messagebus/oldmodule/module.cpp b/library/cpp/messagebus/oldmodule/module.cpp
index dd61d18e4d..24bd778799 100644
--- a/library/cpp/messagebus/oldmodule/module.cpp
+++ b/library/cpp/messagebus/oldmodule/module.cpp
@@ -504,9 +504,9 @@ namespace NBus {
Finished.push_back(Pending[i]);
Pending.erase(Pending.begin() + i);
- return 0;
- }
-
+ return 0;
+ }
+
///////////////////////////////////////////////////////////////
/// send message to any other session or application
void TBusJob::Send(TBusMessageAutoPtr mess, TBusClientSession* session, TReplyHandler rhandler, size_t maxRetries) {
diff --git a/library/cpp/messagebus/oldmodule/module.h b/library/cpp/messagebus/oldmodule/module.h
index 144fff3b88..8d1c4a5d52 100644
--- a/library/cpp/messagebus/oldmodule/module.h
+++ b/library/cpp/messagebus/oldmodule/module.h
@@ -204,10 +204,10 @@ namespace NBus {
}
return call;
}
- }
+ }
return nullptr;
- }
-
+ }
+
/// helper function to find response for previously sent messages
template <class MessageType>
MessageType* Get(int* startFrom = nullptr) {