diff options
| author | toddaaro <github@opprobrio.us> | 2013-08-19 12:01:13 -0700 |
|---|---|---|
| committer | toddaaro <github@opprobrio.us> | 2013-08-19 12:01:13 -0700 |
| commit | e5ccf13668ed7b66d6efd9a1a03926e98546705d (patch) | |
| tree | 15d9cca51841387ba74bd843f26cc48c509b6705 /src/libstd/rt/uv | |
| parent | 20213fcca420f6b6a0b8990a4647edad39148c07 (diff) | |
| download | rust-e5ccf13668ed7b66d6efd9a1a03926e98546705d.tar.gz rust-e5ccf13668ed7b66d6efd9a1a03926e98546705d.zip | |
clean whitespace :/
Diffstat (limited to 'src/libstd/rt/uv')
| -rw-r--r-- | src/libstd/rt/uv/uvio.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libstd/rt/uv/uvio.rs b/src/libstd/rt/uv/uvio.rs index 12a6f6f37f7..290e57942f4 100644 --- a/src/libstd/rt/uv/uvio.rs +++ b/src/libstd/rt/uv/uvio.rs @@ -178,7 +178,7 @@ impl UvPausibleIdleCallback { self.closed = true; self.watcher.close(||()); } - } + } } #[test] @@ -232,8 +232,8 @@ impl UvRemoteCallback { // could be called in the other thread, missing the final // callback while still destroying the handle. - let should_exit = unsafe { - exit_flag_clone.with_imm(|&should_exit| should_exit) + let should_exit = unsafe { + exit_flag_clone.with_imm(|&should_exit| should_exit) }; f(); |
