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…
Reference in New Issue