Skip to content

Commit 6e62eb2

Browse files
authored
Fix indentation in Parser/tokenizer.c (#105012)
1 parent 949f0f5 commit 6e62eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Parser/tokenizer.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1760,7 +1760,7 @@ tok_get_normal_mode(struct tok_state *tok, tokenizer_mode* current_tok, struct t
17601760
tok->starting_col_offset = tok->col_offset;
17611761

17621762
/* Return pending indents/dedents */
1763-
if (tok->pendin != 0) {
1763+
if (tok->pendin != 0) {
17641764
if (tok->pendin < 0) {
17651765
if (tok->tok_extra_tokens) {
17661766
p_start = tok->cur;

0 commit comments

Comments
 (0)