]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Don't omit parentheses
authorAndrea Bolognani <abologna@redhat.com>
Thu, 2 Mar 2017 16:52:45 +0000 (17:52 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 3 Mar 2017 11:55:13 +0000 (12:55 +0100)
commit7191778e5c6a958a0ec220073fb298d525fc652e
treeacd38923f9437bd70b20e19b3a63d9b76d8158be
parent3a37af1e4144bcf0c18156ea3ebd2db73ff540da
qemu: Don't omit parentheses

The ARCH_IS_*() macro are defined in a way that allows
them to be used if a parentheses-less if statement, but
we don't really want that to happen
src/qemu/qemu_capabilities.c