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);
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to