diff options
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_); |