Michael Roth <mdr...@linux.vnet.ibm.com> writes: > Currently the QAPI JSON parser expects a very particular style of code > indentation, the major one being that terminating curly/square brackets are > not on placed on a seperate line. This is incompatible with most > pretty-print formats, so make it a little more robust by supporting > these cases.
The code was supposed to just expect that all subsequent lines are indented. This was to simplify the parser. Can you provide an problematic example? Regards, Anthony Liguori [...]