about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsyntax/parse/parser.rs')
-rw-r--r--src/libsyntax/parse/parser.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs
index 2377555dfb3..7718ae845ad 100644
--- a/src/libsyntax/parse/parser.rs
+++ b/src/libsyntax/parse/parser.rs
@@ -1855,7 +1855,7 @@ struct parser {
                       node: expr_lit(@{node: lit_str(_), span: _}), _
                   }) => {
                       let vst = @{id: self.get_id(), callee_id: self.get_id(),
-                                  node: expr_vstore(e, 
+                                  node: expr_vstore(e,
                                           vstore_slice(self.region_from_name(None))),
                                   span: mk_sp(lo, hi)};
                       pat_lit(vst)