mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Trim accidentally introduced trailing whitespace.
This commit is contained in:
parent
5ff9562781
commit
82c6ef299e
1 changed files with 1 additions and 1 deletions
|
|
@ -1588,7 +1588,7 @@ mac_biba_check_vnode_mmap(struct ucred *cred, struct vnode *vp,
|
|||
return (EACCES);
|
||||
}
|
||||
|
||||
return (0);
|
||||
return (0);
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
|
|||
Loading…
Reference in a new issue