summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2012-09-23 07:43:10 +0000
committertuexen <tuexen@FreeBSD.org>2012-09-23 07:43:10 +0000
commit7e065d782ad1caae6b69ab53b7c215652f64e39a (patch)
tree401d4d35bc11575518d286b369813b007a076fcf
parent0f22c3a78e92c080ac1cdea05700b1debe1fc458 (diff)
downloadFreeBSD-src-7e065d782ad1caae6b69ab53b7c215652f64e39a.zip
FreeBSD-src-7e065d782ad1caae6b69ab53b7c215652f64e39a.tar.gz
Whitespace change.
MFC after: 3 days
-rw-r--r--sys/netinet/sctp_pcb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/sctp_pcb.c b/sys/netinet/sctp_pcb.c
index 429e9a3..4a40b91 100644
--- a/sys/netinet/sctp_pcb.c
+++ b/sys/netinet/sctp_pcb.c
@@ -3323,8 +3323,7 @@ sctp_inpcb_free(struct sctp_inpcb *inp, int immediate, int from)
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;
}
OpenPOWER on IntegriCloud