svn commit: r361213 - head/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Mon May 18 15:00:19 UTC 2020


Author: tuexen
Date: Mon May 18 15:00:18 2020
New Revision: 361213
URL: https://svnweb.freebsd.org/changeset/base/361213

Log:
  Whitespace change.
  
  MFC after:		3 days

Modified:
  head/sys/netinet/sctputil.c

Modified: head/sys/netinet/sctputil.c
==============================================================================
--- head/sys/netinet/sctputil.c	Mon May 18 14:38:27 2020	(r361212)
+++ head/sys/netinet/sctputil.c	Mon May 18 15:00:18 2020	(r361213)
@@ -1560,8 +1560,8 @@ select_a_new_ep:
 			iteration_count = 0;
 		}
 		KASSERT(it->inp == it->stcb->sctp_ep,
-		        ("%s: stcb %p does not belong to inp %p, but inp %p",
-		         __func__, it->stcb, it->inp, it->stcb->sctp_ep));
+		    ("%s: stcb %p does not belong to inp %p, but inp %p",
+		    __func__, it->stcb, it->inp, it->stcb->sctp_ep));
 
 		/* run function on this one */
 		(*it->function_assoc) (it->inp, it->stcb, it->pointer, it->val);


More information about the svn-src-head mailing list