Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Aug 2020 23:02:51 +0000 (UTC)
From:      Michael Tuexen <tuexen@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r364586 - stable/12/sys/netinet
Message-ID:  <202008232302.07NN2pf0024049@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008232302.07NN2pf0024049>