]> git.proxmox.com Git - mirror_qemu.git/commit
CODING_STYLE: update mixed declaration rules
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 19 Jun 2015 07:28:13 +0000 (09:28 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 9 Sep 2015 13:34:54 +0000 (15:34 +0200)
commit690a35e1f2acf4ccd0501b18228bc6fba8f9c768
treef3e5ec37fcfeae961e9e2c97d3f29615b1f183aa
parentd4ba8cb0a17e7de54753ff1bdeee4428118bb9ab
CODING_STYLE: update mixed declaration rules

Mixed declarations do come in handy at the top of #ifdef blocks.
Reluctantly allow this particular usage and suggest an alternative.

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
CODING_STYLE