mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Correct a minor whitespace nit that sneaked in with my previous commit.
This commit is contained in:
parent
e4494935d1
commit
2b94185b82
1 changed files with 1 additions and 1 deletions
|
|
@ -380,7 +380,7 @@ cpu_coredump(td, vp, cred)
|
|||
return error;
|
||||
error = vn_rdwr(UIO_WRITE, vp, (caddr_t) td->td_kstack,
|
||||
ctob(KSTACK_PAGES), (off_t)0,
|
||||
UIO_SYSSPACE, IO_UNIT, cred, NOCRED,(int *)NULL, td);
|
||||
UIO_SYSSPACE, IO_UNIT, cred, NOCRED,(int *)NULL, td);
|
||||
return error;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue