about summary refs log tree commit diff
path: root/src/libstd/rt/uv
diff options
context:
space:
mode:
authortoddaaro <github@opprobrio.us>2013-08-19 12:01:13 -0700
committertoddaaro <github@opprobrio.us>2013-08-19 12:01:13 -0700
commite5ccf13668ed7b66d6efd9a1a03926e98546705d (patch)
tree15d9cca51841387ba74bd843f26cc48c509b6705 /src/libstd/rt/uv
parent20213fcca420f6b6a0b8990a4647edad39148c07 (diff)
downloadrust-e5ccf13668ed7b66d6efd9a1a03926e98546705d.tar.gz
rust-e5ccf13668ed7b66d6efd9a1a03926e98546705d.zip
clean whitespace :/
Diffstat (limited to 'src/libstd/rt/uv')
-rw-r--r--src/libstd/rt/uv/uvio.rs6
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();