Skip to content

Commit 9f085e2

Browse files
committed
Fix formatting
1 parent bcf9a14 commit 9f085e2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

libs/network/src/Socket.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -845,8 +845,7 @@ std::string Socket::IpToString(const sockaddr* addr)
845845

846846
// set port to zero
847847
addrCopy.sa_in.sin_port = 0;
848-
}
849-
else
848+
} else
850849
{
851850
size = sizeof(sockaddr_in6);
852851
std::memcpy(&addrCopy.sa_in6, addr, size);

0 commit comments

Comments
 (0)