mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Fixed indentation.
This commit is contained in:
parent
cd8f9d603e
commit
6408dc82fa
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue