No need to munch following whitespace.

This commit is contained in:
Dianne Skoll
2024-09-11 11:46:40 -04:00
parent d56ac6332a
commit 4708e59a43

View File

@@ -1511,9 +1511,6 @@ static int parse_expr_token(DynamicBuffer *buf, char const **in)
{
int r = parse_expr_token_aux(buf, in);
/* Munch any following whitespace */
while (**in && isempty(**in)) (*in)++;
return r;
}