git: 49dc4d714aee - stable/14 - sysent: Trim trailing whitespaces
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 10 Oct 2023 05:14:20 UTC
The branch stable/14 has been updated by dchagin: URL: https://cgit.FreeBSD.org/src/commit/?id=49dc4d714aee981a38172d76d0b91a584e6c5049 commit 49dc4d714aee981a38172d76d0b91a584e6c5049 Author: Dmitry Chagin <dchagin@FreeBSD.org> AuthorDate: 2023-10-03 07:38:03 +0000 Commit: Dmitry Chagin <dchagin@FreeBSD.org> CommitDate: 2023-10-10 05:12:12 +0000 sysent: Trim trailing whitespaces MFC after: 1 week (cherry picked from commit 7ec361d627faeba2538fde88521d76e53a433359) --- 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);