repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
target/ppc: Fix test on mmu_model in hreg_compute_hflags_value()
[qemu.git]
/
tests
/
qapi-schema
/
doc-bad-indent.json
blob
edde8f21dc7104222c85ecdb11615fb6ccba910c
1
# Multiline doc comments should have consistent indentation
2
3
##
4
# @foo:
5
# @a: line one
6
# line two is wrongly indented
7
##
8
{ 'command': 'foo', 'data': { 'a': 'int' } }