Author: tuexen
Date: Thu Oct  1 16:25:35 2020
New Revision: 366326
URL: https://svnweb.freebsd.org/changeset/base/366326

Log:
  MFC r366226:
  Minor cleanup.

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

Modified: stable/12/sys/netinet/sctp_pcb.c
==============================================================================
--- stable/12/sys/netinet/sctp_pcb.c    Thu Oct  1 16:24:28 2020        
(r366325)
+++ stable/12/sys/netinet/sctp_pcb.c    Thu Oct  1 16:25:35 2020        
(r366326)
@@ -6592,7 +6592,7 @@ sctp_load_addresses_from_init(struct sctp_tcb *stcb, s
                            (ptype == SCTP_DEL_IP_ADDRESS) ||
                            (ptype == SCTP_ERROR_CAUSE_IND) ||
                    (ptype == SCTP_SUCCESS_REPORT)) {
-                        /* don't care */ ;
+                       /* don't care */
                } else {
                        if ((ptype & 0x8000) == 0x0000) {
                                /*
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to