mirror of https://github.com/python/cpython
Fix indentation in Parser/tokenizer.c (#105012)
This commit is contained in:
parent
949f0f5bb0
commit
6e62eb2e70
|
@ -1760,7 +1760,7 @@ tok_get_normal_mode(struct tok_state *tok, tokenizer_mode* current_tok, struct t
|
|||
tok->starting_col_offset = tok->col_offset;
|
||||
|
||||
/* Return pending indents/dedents */
|
||||
if (tok->pendin != 0) {
|
||||
if (tok->pendin != 0) {
|
||||
if (tok->pendin < 0) {
|
||||
if (tok->tok_extra_tokens) {
|
||||
p_start = tok->cur;
|
||||
|
|
Loading…
Reference in New Issue