whitespace cleanup in uv_*

This commit is contained in:
Jeff Olson 2012-04-03 09:25:13 -07:00 committed by Brian Anderson
parent ed3c8610c3
commit 6189a0814b
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ unsafe fn prepare_loop(loop_ptr: *libc::c_void)
// will probably need to stake out a data record
// here, as well, to keep whatever state we want to
// use with the loop
// move this into a malloc
let async = ll::async_t();
let async_ptr = ptr::addr_of(async);

View File

@ -180,7 +180,7 @@ type uv_async_t = {
fields: uv_handle_fields,
a00: *u8, a01: *u8, a02: *u8, a03: *u8,
a04: *u8, a05: *u8, a06: *u8, a07: *u8,
a08: *u8, a09: *u8,
a08: *u8, a09: *u8,
a11: uv_async_t_32bit_unix_riders
};
#[cfg(target_arch="x86_64")]