git: 438cbb622c22 - main - sctp: whitespace cleanup
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 27 Jul 2025 13:07:50 UTC
The branch main has been updated by tuexen:
URL: https://cgit.FreeBSD.org/src/commit/?id=438cbb622c22c9cb7550cfdf1aa55b503688a0a5
commit 438cbb622c22c9cb7550cfdf1aa55b503688a0a5
Author: Michael Tuexen <tuexen@FreeBSD.org>
AuthorDate: 2025-07-27 10:49:45 +0000
Commit: Michael Tuexen <tuexen@FreeBSD.org>
CommitDate: 2025-07-27 10:49:45 +0000
sctp: whitespace cleanup
MFC after: 1 week
---
sys/netinet/sctp_timer.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/sys/netinet/sctp_timer.c b/sys/netinet/sctp_timer.c
index 66af716eea52..7d8cb965ab09 100644
--- a/sys/netinet/sctp_timer.c
+++ b/sys/netinet/sctp_timer.c
@@ -35,7 +35,6 @@
#define _IP_VHL
#include <netinet/sctp_os.h>
#include <netinet/sctp_pcb.h>
-
#include <netinet/sctp_var.h>
#include <netinet/sctp_sysctl.h>
#include <netinet/sctp_timer.h>