hw/display/xlnx_dp: Free FIFOs adding xlnx_dp_finalize()
[qemu/ar7.git] / tests / qapi-schema / doc-bad-indent.json
blobedde8f21dc7104222c85ecdb11615fb6ccba910c
1 # Multiline doc comments should have consistent indentation
3 ##
4 # @foo:
5 # @a: line one
6 # line two is wrongly indented
7 ##
8 { 'command': 'foo', 'data': { 'a': 'int' } }