Skip to content

Commit 6978137

Browse files
committed
Indentation
1 parent 33b9afa commit 6978137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/parse/parser.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ pub fn Parser(sess: @mut ParseSess,
310310
obsolete_set: @mut HashSet::new(),
311311
mod_path_stack: @mut ~[],
312312
open_braces: @mut ~[],
313-
non_copyable: util::NonCopyable
313+
non_copyable: util::NonCopyable
314314
}
315315
}
316316

0 commit comments

Comments
 (0)