aboutsummaryrefslogtreecommitdiffstats
path: root/util/network/address.cpp
diff options
context:
space:
mode:
authorshotinleg <shotinleg@yandex-team.ru>2022-02-10 16:52:01 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:52:01 +0300
commitf79012ccbc48d4068bc9f0fc0712689b8b0dfb5f (patch)
treeab7fbbf3253d4c0e2793218f09378908beb025fb /util/network/address.cpp
parent3acb0d236fd0f37bbc1c8ba7f3660464d9592089 (diff)
downloadydb-f79012ccbc48d4068bc9f0fc0712689b8b0dfb5f.tar.gz
Restoring authorship annotation for <shotinleg@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/network/address.cpp')
-rw-r--r--util/network/address.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/network/address.cpp b/util/network/address.cpp
index 22874aff4a..a81a9e6994 100644
--- a/util/network/address.cpp
+++ b/util/network/address.cpp
@@ -44,8 +44,8 @@ static inline void PrintAddr(IOutputStream& out, const IRemoteAddr& addr) {
break;
}
-#if defined(AF_UNIX)
- case AF_UNIX: {
+#if defined(AF_UNIX)
+ case AF_UNIX: {
const sockaddr_un* sa = (const sockaddr_un*)a;
out << TStringBuf(sa->sun_path);