aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus
diff options
context:
space:
mode:
authorprimate <primate@yandex-team.ru>2022-02-10 16:50:30 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:30 +0300
commit6e1e62cdffc32768898ccdfd24e046d8b929a45b (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/messagebus
parent1b3ecf4f5d9886fa884c00b7ff0a5d79207f9b8a (diff)
downloadydb-6e1e62cdffc32768898ccdfd24e046d8b929a45b.tar.gz
Restoring authorship annotation for <primate@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/messagebus')
-rw-r--r--library/cpp/messagebus/socket_addr.cpp2
-rw-r--r--library/cpp/messagebus/socket_addr.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/messagebus/socket_addr.cpp b/library/cpp/messagebus/socket_addr.cpp
index 4e35a641a2b..c1b3a28fbee 100644
--- a/library/cpp/messagebus/socket_addr.cpp
+++ b/library/cpp/messagebus/socket_addr.cpp
@@ -14,7 +14,7 @@ using namespace NBus::NPrivate;
static_assert(ADDR_UNSPEC == 0, "expect ADDR_UNSPEC == 0");
NBus::NPrivate::TBusSocketAddr::TBusSocketAddr(const NAddr::IRemoteAddr* addr)
- : IPv6ScopeID(0)
+ : IPv6ScopeID(0)
{
const sockaddr* sa = addr->Addr();
diff --git a/library/cpp/messagebus/socket_addr.h b/library/cpp/messagebus/socket_addr.h
index 31ad5faaef4..959eafe6895 100644
--- a/library/cpp/messagebus/socket_addr.h
+++ b/library/cpp/messagebus/socket_addr.h
@@ -87,7 +87,7 @@ namespace NBus {
TBusSocketAddr(const NAddr::IRemoteAddr*);
TBusSocketAddr(const TNetAddr&);
TBusSocketAddr(TStringBuf host, unsigned port);
-
+
TNetAddr ToNetAddr() const;
bool operator==(const TBusSocketAddr& that) const {