summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Bugaev <bugaevc@gmail.com>2023-05-15 10:36:00 +0300
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2023-05-15 18:32:49 +0200
commit3bb1dc4d99d3fd17c30a1508f3bbfa3b6b7aac46 (patch)
tree575548e004a290cff3aa42a5d200a52ddb059303
parent89d7c97ce5dfca6f54bc1a10577638d94518b0e9 (diff)
Cosmetic tweaks
Message-Id: <20230515073600.1350072-4-bugaevc@gmail.com>
-rw-r--r--proc/msg.c4
1 files 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))
{