]> git.proxmox.com Git - mirror_qemu.git/commitdiff
pci_bridge: remove whitespace
authorIgor Mammedov <imammedo@redhat.com>
Thu, 12 Jan 2023 14:02:39 +0000 (15:02 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Sat, 28 Jan 2023 11:21:29 +0000 (06:21 -0500)
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20230112140312.3096331-8-imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/pci-bridge/pci_bridge_dev.c

index 3435df8d735f8868444d71108673a11fd3afa6c0..4b2696ea7ff3bb93cbe333ab4fdeae36bac49b6d 100644 (file)
@@ -186,7 +186,6 @@ static Property pci_bridge_dev_properties[] = {
                      res_reserve.mem_pref_32, -1),
     DEFINE_PROP_SIZE("pref64-reserve", PCIBridgeDev,
                      res_reserve.mem_pref_64, -1),
-
     DEFINE_PROP_END_OF_LIST(),
 };