Sign in
qemu
/
qemu
/
df093c19efe7a6a9b2ed43b0b6a7fa5d1e16cfcd
/
.
/
tests
/
qapi-schema
/
doc-bad-indent.json
blob: edde8f21dc7104222c85ecdb11615fb6ccba910c [
file
]
#
Multiline
doc comments should have consistent indentation
##
#
@foo
:
#
@a
:
line one
#
line two is wrongly indented
##
{
'command'
:
'foo'
,
'data'
:
{
'a'
:
'int'
}
}