]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_monitor: Resolve Coverity NESTING_INDENT_MISMATCH
authorJohn Ferlan <jferlan@redhat.com>
Wed, 27 Aug 2014 19:59:08 +0000 (15:59 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 28 Aug 2014 12:12:17 +0000 (08:12 -0400)
commitee8b6245e96139f4a18c3ab34880594470a6cb71
treea053cf366e7fc533f42cc3e9d7082d4264068ef3
parent91a60a560fea10e1693b49125180b60405ee9ad8
qemu_monitor: Resolve Coverity NESTING_INDENT_MISMATCH

The PROBE macro can expand to more than one line/statement - put curly
braces around the if statement to be safe
src/qemu/qemu_monitor.c