Whitespace change.

MFC after:	3 days
This commit is contained in:
Michael Tuexen 2012-09-23 07:43:10 +00:00
parent a98809db78
commit e06f3469e0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=240849

View File

@ -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;
}