From: Eric V. Smith Date: Sat, 12 Sep 2015 22:53:36 +0000 (-0400) Subject: Fixed indentation. X-Git-Tag: v3.6.0a1~1568 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6408dc82fabf5bbbc8b7ed7287e34b4e0080191d;p=python Fixed indentation. --- diff --git a/Parser/tokenizer.c b/Parser/tokenizer.c index 04baeaf38a..5046fa5315 100644 --- a/Parser/tokenizer.c +++ b/Parser/tokenizer.c @@ -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 */ } }