Fix linebreak and whitespace issues to placate make tidy.

This commit is contained in:
Felix S. Klock II 2013-06-12 19:16:30 +02:00
parent ecef9ad75a
commit 91bced8ae8
2 changed files with 5 additions and 4 deletions

View File

@ -372,7 +372,8 @@ pub fn expand_stmt(extsbox: @mut SyntaxEnv,
pub fn new_name_finder() -> @Visitor<@mut ~[ast::ident]> {
let default_visitor = visit::default_visitor();
@Visitor{
visit_pat : |p:@ast::pat,(ident_accum, v): (@mut ~[ast::ident], visit::vt<@mut ~[ast::ident]>)| {
visit_pat : |p:@ast::pat,
(ident_accum, v): (@mut ~[ast::ident], visit::vt<@mut ~[ast::ident]>)| {
match *p {
// we found a pat_ident!
ast::pat{id:_, node: ast::pat_ident(_,path,ref inner), span:_} => {