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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6408dc82fabf5bbbc8b7ed7287e34b4e0080191d;p=thirdparty%2FPython%2Fcpython.git Fixed indentation. --- diff --git a/Parser/tokenizer.c b/Parser/tokenizer.c index 04baeaf38ade..5046fa53153c 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 */ } }