]> granicus.if.org Git - python/commitdiff
Fixed indentation.
authorEric V. Smith <eric@trueblade.com>
Sat, 12 Sep 2015 22:53:36 +0000 (18:53 -0400)
committerEric V. Smith <eric@trueblade.com>
Sat, 12 Sep 2015 22:53:36 +0000 (18:53 -0400)
Parser/tokenizer.c

index 04baeaf38adeb502e83efa49f701535075c56baf..5046fa53153cf6f038625c92c77977139bd9eadc 100644 (file)
@@ -1741,7 +1741,7 @@ tok_get(struct tok_state *tok, char **p_start, char **p_end)
             else {
                 end_quote_size = 0;
                 if (c == '\\')
-                c = tok_nextc(tok);  /* skip escaped char */
+                    c = tok_nextc(tok);  /* skip escaped char */
             }
         }