Skip to content

Commit 786b2ca

Browse files
committed
Fix trailing whitespace
1 parent 3859eca commit 786b2ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/ext/tt/macro_parser.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ fn inner_parse_loop(
467467
item.idx += 1;
468468
next_items.push(item);
469469
}
470-
}
470+
}
471471
// We don't need a separator. Move the "dot" back to the beginning of the matcher
472472
// and try to match again UNLESS we are only allowed to have _one_ repetition.
473473
else if item.seq_op != Some(quoted::KleeneOp::ZeroOrOne) {

0 commit comments

Comments
 (0)