Skip to content

Commit cdecd37

Browse files
kinkieyadij
andauthored
formatting change in xgethostbyname
Co-authored-by: Amos Jeffries <yadij@users.noreply.github.com>
1 parent f2d1919 commit cdecd37

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

compat/socket.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ xconnect(int s, const struct sockaddr * n, socklen_t l)
103103
}
104104

105105
struct hostent *
106-
xgethostbyname(const char *n) {
106+
xgethostbyname(const char *n)
107+
{
107108
auto result = ::gethostbyname(n);
108109
if (!result)
109110
errno = WSAGetLastError();

0 commit comments

Comments
 (0)