sysent: Trim trailing whitespaces

MFC after:		1 week
This commit is contained in:
Dmitry Chagin 2023-10-03 10:38:03 +03:00
parent 199e397e9b
commit 7ec361d627

View file

@ -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);