From: Francois-Xavier Le Bail Date: Tue, 6 Sep 2022 07:27:59 +0000 (+0200) Subject: Remove trailing space/tab X-Git-Tag: libpcap-1.10.2~60 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/dc6b58752668842b77a1df0c0473e3324bb136d9 Remove trailing space/tab (cherry picked from commit 478c3f820cf76bd314c92d184ce26f09b95ee753) [skip ci] --- diff --git a/sockutils.c b/sockutils.c index c2c1528c..933f3267 100644 --- a/sockutils.c +++ b/sockutils.c @@ -301,7 +301,7 @@ static sock_errtype sock_geterrtype(int errcode) */ return (SOCK_UNKNOWNERR); } -} +} /* * \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 */ qsort(addrs_to_try, numaddrinfos, sizeof *addrs_to_try, compare_addrs_to_try_by_status); - + /* * Are all the errors the same? */