mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
sysent: Trim trailing whitespaces
MFC after: 1 week
This commit is contained in:
parent
199e397e9b
commit
7ec361d627
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue