diff options
| author | Mark Mansi <markm@cs.wisc.edu> | 2018-01-30 12:45:35 -0600 |
|---|---|---|
| committer | Mark Mansi <markm@cs.wisc.edu> | 2018-01-30 12:45:35 -0600 |
| commit | 786b2ca1556de6d589bfb7d07e4a98e8fdcc6498 (patch) | |
| tree | 9dadaa708790ed82d8aef8e23a88685d9f23ea95 /src/libsyntax | |
| parent | 3859eca85134d518278f172fb26483e098381047 (diff) | |
| download | rust-786b2ca1556de6d589bfb7d07e4a98e8fdcc6498.tar.gz rust-786b2ca1556de6d589bfb7d07e4a98e8fdcc6498.zip | |
Fix trailing whitespace
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/ext/tt/macro_parser.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/ext/tt/macro_parser.rs b/src/libsyntax/ext/tt/macro_parser.rs index b35beedfff7..2a3b96ebcb5 100644 --- a/src/libsyntax/ext/tt/macro_parser.rs +++ b/src/libsyntax/ext/tt/macro_parser.rs @@ -467,7 +467,7 @@ fn inner_parse_loop( item.idx += 1; next_items.push(item); } - } + } // We don't need a separator. Move the "dot" back to the beginning of the matcher // and try to match again UNLESS we are only allowed to have _one_ repetition. else if item.seq_op != Some(quoted::KleeneOp::ZeroOrOne) { |
