Skip to content

Commit a9db0c9

Browse files
olsonjefferybrson
authored andcommitted
whitespace cleanup
1 parent a045e63 commit a9db0c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/libstd/uv_global_loop.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ unsafe fn outer_global_loop_body(
157157

158158
ll::loop_delete(loop_ptr);
159159
}
160-
160+
161161
unsafe fn monitor_task_loop_body(weak_exit_po_in: comm::port<()>,
162162
msg_po_in: comm::port<hl::high_level_msg>,
163163
loop_ptr: *libc::c_void,

src/rt/rust_uv.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ rust_uv_get_kernel_global_chan_ptr() {
448448

449449
extern "C" uintptr_t*
450450
rust_uv_get_kernel_monitor_global_chan_ptr() {
451-
return rust_uv_get_kernel_global_chan_ptr();
451+
return rust_uv_get_kernel_global_chan_ptr();
452452
}
453453

454454
extern "C" uintptr_t*

0 commit comments

Comments
 (0)