diff options
| author | Jeff Olson <olson.jeffery@gmail.com> | 2012-04-18 23:50:28 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-04-20 15:23:23 -0700 |
| commit | a9db0c9efe75e6adc180d1f167326e072b82792c (patch) | |
| tree | 3b99b39300d85f74d9f3a9194391a957559b44ae /src/rt/rust_uv.cpp | |
| parent | a045e63639ae34feaa63fe70850e2d8468335eba (diff) | |
| download | rust-a9db0c9efe75e6adc180d1f167326e072b82792c.tar.gz rust-a9db0c9efe75e6adc180d1f167326e072b82792c.zip | |
whitespace cleanup
Diffstat (limited to 'src/rt/rust_uv.cpp')
| -rw-r--r-- | src/rt/rust_uv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_uv.cpp b/src/rt/rust_uv.cpp index 199a1aeb55e..7c0602f0a02 100644 --- a/src/rt/rust_uv.cpp +++ b/src/rt/rust_uv.cpp @@ -448,7 +448,7 @@ rust_uv_get_kernel_global_chan_ptr() { extern "C" uintptr_t* rust_uv_get_kernel_monitor_global_chan_ptr() { - return rust_uv_get_kernel_global_chan_ptr(); + return rust_uv_get_kernel_global_chan_ptr(); } extern "C" uintptr_t* |
