about summary refs log tree commit diff
path: root/src/comp/syntax
diff options
context:
space:
mode:
authorPaul Stansifer <paul.stansifer@gmail.com>2011-07-26 11:11:25 -0700
committerPaul Stansifer <paul.stansifer@gmail.com>2011-07-26 11:11:25 -0700
commitbca34d11ef7d5f91dd0ebf438e3a99cba212e357 (patch)
tree833873a3c2486fbe240f5c74d13a10a7bce4d891 /src/comp/syntax
parentd11c88738247123cdd0a1d4429acbca164269a1d (diff)
downloadrust-bca34d11ef7d5f91dd0ebf438e3a99cba212e357.tar.gz
rust-bca34d11ef7d5f91dd0ebf438e3a99cba212e357.zip
Oops, left whitespace.
Diffstat (limited to 'src/comp/syntax')
-rw-r--r--src/comp/syntax/ext/simplext.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/syntax/ext/simplext.rs b/src/comp/syntax/ext/simplext.rs
index 9ab3f188aad..d6f7a7c5370 100644
--- a/src/comp/syntax/ext/simplext.rs
+++ b/src/comp/syntax/ext/simplext.rs
@@ -221,7 +221,7 @@ fn transcribe(&ext_ctxt cx, &bindings b, @expr body) -> @expr {
                                              afp.fold_expr),
             fold_ty = bind transcribe_type(cx, b, idx_path, _, _,
                                            afp.fold_ty),
-            fold_block = bind transcribe_block(cx, b, idx_path, _, _, 
+            fold_block = bind transcribe_block(cx, b, idx_path, _, _,
                                                afp.fold_block),
             map_exprs = bind transcribe_exprs(cx, b, idx_path, _, _)
             with *afp);