]> xenbits.xensource.com Git - libvirt.git/commitdiff
qemu_capabilities: Fix the formatting with a space
authorShivaprasad G Bhat <sbhat@linux.vnet.ibm.com>
Mon, 24 Jul 2017 05:55:16 +0000 (11:25 +0530)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 24 Jul 2017 13:09:47 +0000 (15:09 +0200)
It was observed while adding new property that there should be a space
before closing a curly brace in intel-iommu object property definition.
Fixing it as a separate patch.

Signed-off-by: Shivaprasad G Bhat <sbhat@linux.vnet.ibm.com>
src/qemu/qemu_capabilities.c

index 5fb6fd4ba7d4dfb66dfed436a1a8f65d3b79c70c..3f2c08952b5c0e821278f3eb4d12d5bf30b5e039 100644 (file)
@@ -1908,7 +1908,7 @@ static struct virQEMUCapsObjectTypeProps virQEMUCapsObjectProps[] = {
       -1 },
     { "intel-iommu", virQEMUCapsObjectPropsIntelIOMMU,
       ARRAY_CARDINALITY(virQEMUCapsObjectPropsIntelIOMMU),
-      QEMU_CAPS_DEVICE_INTEL_IOMMU},
+      QEMU_CAPS_DEVICE_INTEL_IOMMU },
     { "spapr-pci-host-bridge", virQEMUCapsObjectPropsSpaprPCIHostBridge,
       ARRAY_CARDINALITY(virQEMUCapsObjectPropsSpaprPCIHostBridge),
       QEMU_CAPS_DEVICE_SPAPR_PCI_HOST_BRIDGE },