From 3ee11586b20b1e082005d25dd539d1bedb233802 Mon Sep 17 00:00:00 2001 From: Michael Tuexen Date: Fri, 12 Jun 2020 16:40:10 +0000 Subject: [PATCH] Whitespace change due to upstream cleanup. MFC after: 1 week --- sys/netinet/sctp_constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netinet/sctp_constants.h b/sys/netinet/sctp_constants.h index 7a2b3a995719..f042531a7126 100644 --- a/sys/netinet/sctp_constants.h +++ b/sys/netinet/sctp_constants.h @@ -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); \