cachepc-qemu

Fork of AMDESE/qemu with changes for cachepc side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-qemu
Log | Files | Refs | Submodules | LICENSE | sfeed.txt

doc-bad-indent.json (166B)


      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' } }