target/ppc: move xs[n]madd[am][ds]p/xs[n]msub[am][ds]p to decodetree
[qemu/rayw.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' } }