mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Style
Sponsored by: The FreeBSD Foundation MFC after: 1 week
This commit is contained in:
parent
db0ac6ded6
commit
0ea3e4a27b
1 changed files with 1 additions and 1 deletions
|
|
@ -867,7 +867,7 @@ procstat_getfiles_sysctl(struct procstat *procstat, struct kinfo_proc *kp,
|
|||
assert(kp);
|
||||
if (kp->ki_fd == NULL)
|
||||
return (NULL);
|
||||
switch(procstat->type) {
|
||||
switch (procstat->type) {
|
||||
case PROCSTAT_SYSCTL:
|
||||
files = kinfo_getfile(kp->ki_pid, &cnt);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue