Eric Blake writes:
> On 08/08/2018 07:03 AM, Markus Armbruster wrote:
>> json-parser.c carefully reports end of input like this:
>>
>> token = parser_context_pop_token(ctxt);
>> if (token == NULL) {
>> parse_error(ctxt, NULL, "premature EOI");
>> goto out;
>> }
>
> Are th
On 08/08/2018 07:03 AM, Markus Armbruster wrote:
json-parser.c carefully reports end of input like this:
token = parser_context_pop_token(ctxt);
if (token == NULL) {
parse_error(ctxt, NULL, "premature EOI");
goto out;
}
Are the TABs in the commit message intentio