diff options
Diffstat (limited to 'proc/notify.c')
-rw-r--r-- | proc/notify.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/proc/notify.c b/proc/notify.c index d0fd2f60..07fc376d 100644 --- a/proc/notify.c +++ b/proc/notify.c @@ -53,9 +53,7 @@ do_mach_notify_dead_name (mach_port_t notify, p = ports_lookup_port (proc_bucket, notify, proc_class); if (!p) - { - return EOPNOTSUPP; - } + return EOPNOTSUPP; if (p->p_task == deadport) { |