git: 7ec361d627fa - main - sysent: Trim trailing whitespaces
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 03 Oct 2023 07:38:58 UTC
The branch main has been updated by dchagin:
URL: https://cgit.FreeBSD.org/src/commit/?id=7ec361d627faeba2538fde88521d76e53a433359
commit 7ec361d627faeba2538fde88521d76e53a433359
Author: Dmitry Chagin <dchagin@FreeBSD.org>
AuthorDate: 2023-10-03 07:38:03 +0000
Commit: Dmitry Chagin <dchagin@FreeBSD.org>
CommitDate: 2023-10-03 07:38:03 +0000
sysent: Trim trailing whitespaces
MFC after: 1 week
---
sys/sys/sysent.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/sys/sysent.h b/sys/sys/sysent.h
index 0166523ab84e..a23c338f9ce2 100644
--- a/sys/sys/sysent.h
+++ b/sys/sys/sysent.h
@@ -223,7 +223,7 @@ struct syscall_module_data {
.sy_return = 0, \
.sy_flags = 0, \
.sy_thrcnt = 0 \
-}
+}
#define MAKE_SYSENT(syscallname) \
static struct sysent syscallname##_sysent = SYSENT_INIT_VALS(syscallname);