From 3bb1dc4d99d3fd17c30a1508f3bbfa3b6b7aac46 Mon Sep 17 00:00:00 2001 From: Sergey Bugaev Date: Mon, 15 May 2023 10:36:00 +0300 Subject: Cosmetic tweaks Message-Id: <20230515073600.1350072-4-bugaevc@gmail.com> --- proc/msg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proc/msg.c b/proc/msg.c index 25ce0d5b..93ad995b 100644 --- a/proc/msg.c +++ b/proc/msg.c @@ -80,7 +80,7 @@ S_proc_setmsgport (struct proc *p, perror ("pthread_create"); } } - + return 0; } @@ -107,7 +107,7 @@ check_msgport_death (struct proc *p) { mach_port_type_t type; error_t err; - + err = mach_port_type (mach_task_self (), p->p_msgport, &type); if (err || (type & MACH_PORT_TYPE_DEAD_NAME)) { -- cgit v1.2.3