diff options
author | shotinleg <shotinleg@yandex-team.ru> | 2022-02-10 16:52:01 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:52:01 +0300 |
commit | f79012ccbc48d4068bc9f0fc0712689b8b0dfb5f (patch) | |
tree | ab7fbbf3253d4c0e2793218f09378908beb025fb /util/network/endpoint.h | |
parent | 3acb0d236fd0f37bbc1c8ba7f3660464d9592089 (diff) | |
download | ydb-f79012ccbc48d4068bc9f0fc0712689b8b0dfb5f.tar.gz |
Restoring authorship annotation for <shotinleg@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/network/endpoint.h')
-rw-r--r-- | util/network/endpoint.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/network/endpoint.h b/util/network/endpoint.h index 77da7e335a..a3e59b4925 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_); |