svn commit: r240849 - head/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Sun Sep 23 07:43:11 UTC 2012


Author: tuexen
Date: Sun Sep 23 07:43:10 2012
New Revision: 240849
URL: http://svn.freebsd.org/changeset/base/240849

Log:
  Whitespace change.
  
  MFC after:	3 days

Modified:
  head/sys/netinet/sctp_pcb.c

Modified: head/sys/netinet/sctp_pcb.c
==============================================================================
--- head/sys/netinet/sctp_pcb.c	Sun Sep 23 07:23:18 2012	(r240848)
+++ head/sys/netinet/sctp_pcb.c	Sun Sep 23 07:43:10 2012	(r240849)
@@ -3323,8 +3323,7 @@ sctp_inpcb_free(struct sctp_inpcb *inp, 
 				continue;
 			} else if (TAILQ_EMPTY(&asoc->asoc.send_queue) &&
 				    TAILQ_EMPTY(&asoc->asoc.sent_queue) &&
-				    (asoc->asoc.stream_queue_cnt == 0)
-			    ) {
+			    (asoc->asoc.stream_queue_cnt == 0)) {
 				if (asoc->asoc.locked_on_sending) {
 					goto abort_anyway;
 				}


More information about the svn-src-all mailing list