svn commit: r360879 - head/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Sun May 10 17:43:42 UTC 2020


Author: tuexen
Date: Sun May 10 17:43:42 2020
New Revision: 360879
URL: https://svnweb.freebsd.org/changeset/base/360879

Log:
  Remove trailing whitespace.

Modified:
  head/sys/netinet/tcp_usrreq.c

Modified: head/sys/netinet/tcp_usrreq.c
==============================================================================
--- head/sys/netinet/tcp_usrreq.c	Sun May 10 17:19:19 2020	(r360878)
+++ head/sys/netinet/tcp_usrreq.c	Sun May 10 17:43:42 2020	(r360879)
@@ -1373,7 +1373,7 @@ tcp_usr_close(struct socket *so)
 	NET_EPOCH_EXIT(et);
 }
 
-static int 
+static int
 tcp_pru_options_support(struct tcpcb *tp, int flags)
 {
 	/*


More information about the svn-src-head mailing list