about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser.rs
diff options
context:
space:
mode:
authorJohn Clements <clements@racket-lang.org>2013-04-03 10:28:14 -0700
committerJohn Clements <clements@racket-lang.org>2013-04-16 10:06:06 -0700
commit7e4cd09e2e57aae38d837531a7af1de00461d416 (patch)
treef8b6ba2bf0e13434265980fbd705f2ee9318b46b /src/libsyntax/parse/parser.rs
parent1083ae6b06939292c104f2a71fb2ebfaf9a2c70e (diff)
downloadrust-7e4cd09e2e57aae38d837531a7af1de00461d416.tar.gz
rust-7e4cd09e2e57aae38d837531a7af1de00461d416.zip
added MTWT functions
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 360742b37b7..dbdf30b434f 100644
--- a/src/libsyntax/parse/parser.rs
+++ b/src/libsyntax/parse/parser.rs
@@ -4280,7 +4280,7 @@ pub impl Parser {
                                             rp: None,
                                             types: ~[] };
                     return @spanned(lo, self.span.hi,
-                                 view_path_glob(path, self.get_id()));
+                                    view_path_glob(path, self.get_id()));
                   }
 
                   _ => break