Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6408dc8

Browse files
committed
Fixed indentation.
1 parent cd8f9d6 commit 6408dc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Parser/tokenizer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1741,7 +1741,7 @@ tok_get(struct tok_state *tok, char **p_start, char **p_end)
17411741
else {
17421742
end_quote_size = 0;
17431743
if (c == '\\')
1744-
c = tok_nextc(tok); /* skip escaped char */
1744+
c = tok_nextc(tok); /* skip escaped char */
17451745
}
17461746
}
17471747

0 commit comments

Comments
 (0)