about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2013-06-20 12:16:04 -0700
committerBrian Anderson <banderson@mozilla.com>2013-06-20 12:16:04 -0700
commit4d39253a9623ff30c27cee3c9770634a41f4412d (patch)
tree11c79c50ad4d3e8e06ca821340a6059b296fe3c7
parentbbf5469b750233455e47a48d477a8c9a5a724a9a (diff)
downloadrust-4d39253a9623ff30c27cee3c9770634a41f4412d.tar.gz
rust-4d39253a9623ff30c27cee3c9770634a41f4412d.zip
std::rt: Whitespace
-rw-r--r--src/libstd/rt/sched.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstd/rt/sched.rs b/src/libstd/rt/sched.rs
index 453d3303db6..bbe4aa25e29 100644
--- a/src/libstd/rt/sched.rs
+++ b/src/libstd/rt/sched.rs
@@ -646,12 +646,12 @@ impl Scheduler {
     }
 }
 
-// The cases for the below function.                                              
+// The cases for the below function.
 enum ResumeAction {
     SendHome,
     Requeue,
     ResumeNow,
-    Homeless                                                                      
+    Homeless
 }
 
 impl SchedHandle {