]> The Tcpdump Group git mirrors - libpcap/commitdiff
Remove trailing space/tab
authorFrancois-Xavier Le Bail <[email protected]>
Tue, 6 Sep 2022 07:27:59 +0000 (09:27 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Tue, 6 Sep 2022 07:29:58 +0000 (09:29 +0200)
(cherry picked from commit 478c3f820cf76bd314c92d184ce26f09b95ee753)

[skip ci]

sockutils.c

index c2c1528c4a394a6f3631587b0dc0cb94a88a121f..933f3267076184755d15fec4a456c33fe3a4f818 100644 (file)
@@ -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?
                         */