mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Whitespace fix.
This commit is contained in:
parent
c0c3937c8f
commit
198faf627d
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ linux_open(struct thread *td, struct linux_open_args *args)
|
|||
int flags;
|
||||
int mode;
|
||||
} */ bsd_open_args;
|
||||
struct proc *p = td->td_proc;
|
||||
struct proc *p = td->td_proc;
|
||||
int error;
|
||||
caddr_t sg;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue