svn commit: r364586 - stable/12/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Sun Aug 23 23:02:52 UTC 2020


Author: tuexen
Date: Sun Aug 23 23:02:51 2020
New Revision: 364586
URL: https://svnweb.freebsd.org/changeset/base/364586

Log:
  MFC r361213:
  Whitespace change.

Modified:
  stable/12/sys/netinet/sctputil.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/netinet/sctputil.c
==============================================================================
--- stable/12/sys/netinet/sctputil.c	Sun Aug 23 22:54:30 2020	(r364585)
+++ stable/12/sys/netinet/sctputil.c	Sun Aug 23 23:02:51 2020	(r364586)
@@ -1557,8 +1557,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-all mailing list