about summary refs log tree commit diff
path: root/src/rt/rust_chan.cpp
diff options
context:
space:
mode:
authorGraydon Hoare <graydon@mozilla.com>2011-07-13 15:44:09 -0700
committerGraydon Hoare <graydon@mozilla.com>2011-07-13 15:44:09 -0700
commit39151f2ad8d18554af1d6787bae0b02345e1d90b (patch)
treec10c032214af521351cd46d6ee23a5007927bc48 /src/rt/rust_chan.cpp
parent04b239f3cb9d4b62488dc2d219e9bd9a242bdf8f (diff)
downloadrust-39151f2ad8d18554af1d6787bae0b02345e1d90b.tar.gz
rust-39151f2ad8d18554af1d6787bae0b02345e1d90b.zip
Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.
Diffstat (limited to 'src/rt/rust_chan.cpp')
-rw-r--r--src/rt/rust_chan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_chan.cpp b/src/rt/rust_chan.cpp
index 5a1da760923..4c176636713 100644
--- a/src/rt/rust_chan.cpp
+++ b/src/rt/rust_chan.cpp
@@ -6,7 +6,7 @@
  */
 rust_chan::rust_chan(rust_task *task,
                      maybe_proxy<rust_port> *port,
-                     size_t unit_sz) 
+                     size_t unit_sz)
     : ref_count(1),
       kernel(task->kernel),
       task(task),