summaryrefslogtreecommitdiff
path: root/mach
diff options
context:
space:
mode:
authorOndrej Bilka <neleai@seznam.cz>2013-06-06 19:36:03 +0200
committerOndrej Bilka <neleai@seznam.cz>2013-06-06 20:36:07 +0200
commit350635a59a000fa4561d0d8bbe6814b4b9df530c (patch)
treeab4ec502e1944f8290eba1102ac210a3806b92a3 /mach
parent25506f09dda0d3d579d98971b3b12dd3e9e2fe8f (diff)
Fix leading whitespaces.
Diffstat (limited to 'mach')
-rw-r--r--mach/msg-destroy.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mach/msg-destroy.c b/mach/msg-destroy.c
index 19f96d4e21..aad7a7709f 100644
--- a/mach/msg-destroy.c
+++ b/mach/msg-destroy.c
@@ -75,10 +75,10 @@ __mach_msg_destroy(msg)
mach_msg_body_t *body;
mach_msg_descriptor_t *saddr, *eaddr;
- body = (mach_msg_body_t *) (msg + 1);
- saddr = (mach_msg_descriptor_t *)
+ body = (mach_msg_body_t *) (msg + 1);
+ saddr = (mach_msg_descriptor_t *)
((mach_msg_base_t *) msg + 1);
- eaddr = saddr + body->msgh_descriptor_count;
+ eaddr = saddr + body->msgh_descriptor_count;
for ( ; saddr < eaddr; saddr++) {
switch (saddr->type.type) {