Kaydet (Commit) 6408dc82 authored tarafından Eric V. Smith's avatar Eric V. Smith

Fixed indentation.

üst cd8f9d60
......@@ -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 */
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment