mirror of https://gitee.com/openkylin/libvirt.git
qemuValidateDomainDeviceDefFS: Fix block indentation
Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
223aa9357c
commit
19af0b6e93
|
@ -3997,8 +3997,7 @@ qemuValidateDomainDeviceDefFS(virDomainFSDefPtr fs,
|
|||
return -1;
|
||||
}
|
||||
if (fs->multidevs != VIR_DOMAIN_FS_MODEL_DEFAULT &&
|
||||
!virQEMUCapsGet(qemuCaps, QEMU_CAPS_FSDEV_MULTIDEVS))
|
||||
{
|
||||
!virQEMUCapsGet(qemuCaps, QEMU_CAPS_FSDEV_MULTIDEVS)) {
|
||||
virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
|
||||
_("multidevs is not supported with this QEMU binary"));
|
||||
return -1;
|
||||
|
|
Loading…
Reference in New Issue