svn commit: r252936 - stable/9/sys/netinet
Michael Tuexen
tuexen at FreeBSD.org
Sun Jul 7 12:25:29 UTC 2013
Author: tuexen
Date: Sun Jul 7 12:25:28 2013
New Revision: 252936
URL: http://svnweb.freebsd.org/changeset/base/252936
Log:
MFC r240849:
Whitespace change.
Modified:
stable/9/sys/netinet/sctp_pcb.c
Directory Properties:
stable/9/sys/ (props changed)
Modified: stable/9/sys/netinet/sctp_pcb.c
==============================================================================
--- stable/9/sys/netinet/sctp_pcb.c Sun Jul 7 11:58:43 2013 (r252935)
+++ stable/9/sys/netinet/sctp_pcb.c Sun Jul 7 12:25:28 2013 (r252936)
@@ -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-stable
mailing list