]> git.lizzy.rs Git - rust.git/commitdiff
Fix trailing whitespace
authorMark Mansi <markm@cs.wisc.edu>
Tue, 30 Jan 2018 18:45:35 +0000 (12:45 -0600)
committerMark Mansi <markm@cs.wisc.edu>
Tue, 30 Jan 2018 18:45:35 +0000 (12:45 -0600)
src/libsyntax/ext/tt/macro_parser.rs

index b35beedfff7d47823ace8fe5666aff40cffb4f91..2a3b96ebcb52b52afd59b30394e7a54cacccb2e3 100644 (file)
@@ -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) {