mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 19:52:44 +00:00
Style tweak.
Approved by: re (kib) MFC after: 3 days
This commit is contained in:
parent
4b0026b9fb
commit
b2beb67f92
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=195971
@ -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 New Issue
Block a user