]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Fix indentation in qemuBuildControllerDevStr()
authorAndrea Bolognani <abologna@redhat.com>
Mon, 12 Feb 2018 17:55:38 +0000 (18:55 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 12 Feb 2018 17:55:38 +0000 (18:55 +0100)
commit554a5edcb46ff972fed45b851d70823b923fec6a
treeff4674e902b6819285b417f9556c030bb72059a6
parent12bc2b817fb273e14505eee6546f00b71f3c5aa6
qemu: Fix indentation in qemuBuildControllerDevStr()

Add braces around the multi-line body as well, in compliance
with our coding style.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
src/qemu/qemu_command.c