mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Fix leading whitespaces.
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user