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