summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/getpmac/getpmac.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/getpmac/getpmac.c b/usr.sbin/getpmac/getpmac.c
index 216b539..2abe87f 100644
--- a/usr.sbin/getpmac/getpmac.c
+++ b/usr.sbin/getpmac/getpmac.c
@@ -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");
OpenPOWER on IntegriCloud