mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Style tweak.
Approved by: re (kib) MFC after: 3 days
This commit is contained in:
parent
4b0026b9fb
commit
b2beb67f92
1 changed files with 1 additions and 2 deletions
|
|
@ -103,8 +103,7 @@ main(int argc, char *argv[])
|
|||
error = mac_get_pid(pid, label);
|
||||
if (error)
|
||||
perror("mac_get_pid");
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
error = mac_get_proc(label);
|
||||
if (error)
|
||||
perror("mac_get_proc");
|
||||
|
|
|
|||
Loading…
Reference in a new issue