Fixed indentation.

This commit is contained in:
Eric V. Smith 2015-09-12 18:53:36 -04:00
parent cd8f9d603e
commit 6408dc82fa

View file

@ -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 */
}
}