From 350635a59a000fa4561d0d8bbe6814b4b9df530c Mon Sep 17 00:00:00 2001 From: Ondrej Bilka Date: Thu, 6 Jun 2013 19:36:03 +0200 Subject: Fix leading whitespaces. --- mach/msg-destroy.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mach') diff --git a/mach/msg-destroy.c b/mach/msg-destroy.c index 19f96d4..aad7a770 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) { -- cgit v1.1