summaryrefslogtreecommitdiff
path: root/libports/manage-multithread.c
diff options
context:
space:
mode:
Diffstat (limited to 'libports/manage-multithread.c')
-rw-r--r--libports/manage-multithread.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libports/manage-multithread.c b/libports/manage-multithread.c
index 0f8af8ea..9c036911 100644
--- a/libports/manage-multithread.c
+++ b/libports/manage-multithread.c
@@ -160,10 +160,10 @@ ports_manage_port_operations_multithread (struct port_bucket *bucket,
perror ("pthread_create");
}
}
-
+
/* Fill in default response. */
- outp->Head.msgh_bits
- = MACH_MSGH_BITS(MACH_MSGH_BITS_REMOTE(inp->msgh_bits), 0);
+ outp->Head.msgh_bits
+ = MACH_MSGH_BITS (MACH_MSGH_BITS_REMOTE (inp->msgh_bits), 0);
outp->Head.msgh_size = sizeof *outp;
outp->Head.msgh_remote_port = inp->msgh_remote_port;
outp->Head.msgh_local_port = MACH_PORT_NULL;