mirror of
https://github.com/python/cpython.git
synced 2026-01-30 14:46:17 +00:00
Fixed indentation.
This commit is contained in:
parent
cd8f9d603e
commit
6408dc82fa
@ -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 */
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user