On Mon, 08/04 22:36, Eric Blake wrote: > diff --git a/tests/Makefile b/tests/Makefile > index a5d82e1..c54d802 100644 > --- a/tests/Makefile > +++ b/tests/Makefile > @@ -193,7 +193,8 @@ check-qapi-schema-y := $(addprefix tests/qapi-schema/, \ > comments.json empty.json enum-empty.json enum-missing-data.json \ > enum-wrong-data.json funny-char.json indented-expr.json \ > missing-colon.json missing-comma-list.json \ > - missing-comma-object.json non-objects.json \ > + missing-comma-object.json nested-struct-data.json \ > + nested-struct-returns.json non-objects.json \
Soft tab, please, to match the block's tab style. Fixing soft/hard tab for the whole file could happen in a separate patch, though. Fam