Whitespace change due to upstream cleanup.

MFC after:		1 week
This commit is contained in:
Michael Tuexen 2020-06-12 16:40:10 +00:00
parent 2f9e6db0be
commit 3ee11586b2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=362107

View File

@ -992,7 +992,7 @@ do { \
#define sctp_sowwakeup_locked(inp, so) \
do { \
if (inp->sctp_flags & SCTP_PCB_FLAGS_DONT_WAKE) { \
SOCKBUF_UNLOCK(&((so)->so_snd)); \
SOCKBUF_UNLOCK(&((so)->so_snd)); \
inp->sctp_flags |= SCTP_PCB_FLAGS_WAKEOUTPUT; \
} else { \
sowwakeup_locked(so); \