aboutsummaryrefslogtreecommitdiffstats
path: root/util/network/endpoint.h
diff options
context:
space:
mode:
authorshotinleg <shotinleg@yandex-team.ru>2022-02-10 16:52:00 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:52:00 +0300
commit3acb0d236fd0f37bbc1c8ba7f3660464d9592089 (patch)
tree5560fc618cad5142aeb8c220d30532078b781f53 /util/network/endpoint.h
parenta74cf0fbdd8346ba01550663da70ea92ee6a5466 (diff)
downloadydb-3acb0d236fd0f37bbc1c8ba7f3660464d9592089.tar.gz
Restoring authorship annotation for <shotinleg@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/network/endpoint.h')
-rw-r--r--util/network/endpoint.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/network/endpoint.h b/util/network/endpoint.h
index a3e59b4925..77da7e335a 100644
--- a/util/network/endpoint.h
+++ b/util/network/endpoint.h
@@ -28,9 +28,9 @@ public:
inline bool IsIpV6() const {
return Addr_->Addr()->sa_family == AF_INET6;
}
- inline bool IsUnix() const {
- return Addr_->Addr()->sa_family == AF_UNIX;
- }
+ inline bool IsUnix() const {
+ return Addr_->Addr()->sa_family == AF_UNIX;
+ }
inline TString IpToString() const {
return NAddr::PrintHost(*Addr_);