Indentation

This commit is contained in:
reedlepee 2013-10-29 15:23:56 +05:30
parent 33b9afac4a
commit 697813747a
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ pub fn Parser(sess: @mut ParseSess,
obsolete_set: @mut HashSet::new(),
mod_path_stack: @mut ~[],
open_braces: @mut ~[],
non_copyable: util::NonCopyable
non_copyable: util::NonCopyable
}
}