]> granicus.if.org Git - python/commitdiff
whitespace
authorTerry Jan Reedy <tjreedy@udel.edu>
Tue, 18 Feb 2014 04:16:26 +0000 (23:16 -0500)
committerTerry Jan Reedy <tjreedy@udel.edu>
Tue, 18 Feb 2014 04:16:26 +0000 (23:16 -0500)
Lib/tokenize.py

index 54441ce86778146c3aec54e470d393d4f5786f4c..a16d475c0ebc232bd72aed3164fba6cbcac771f9 100644 (file)
@@ -212,7 +212,7 @@ class Untokenizer:
         toks_append = self.tokens.append
         startline = token[0] in (NEWLINE, NL)
         prevstring = False
-        
+
         for tok in chain([token], iterable):
             toknum, tokval = tok[:2]