Skip to content

Commit 478c3f8

Browse files
committed
Remove trailing space/tab
[skip ci]
1 parent 7ce32a5 commit 478c3f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sockutils.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ static sock_errtype sock_geterrtype(int errcode)
301301
*/
302302
return (SOCK_UNKNOWNERR);
303303
}
304-
}
304+
}
305305

306306
/*
307307
* \brief This function initializes the socket mechanism if it hasn't
@@ -723,7 +723,7 @@ SOCKET sock_open(const char *host, struct addrinfo *addrinfo, int server, int nc
723723
*/
724724
qsort(addrs_to_try, numaddrinfos, sizeof *addrs_to_try,
725725
compare_addrs_to_try_by_status);
726-
726+
727727
/*
728728
* Are all the errors the same?
729729
*/

0 commit comments

Comments
 (0)