]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/pci/pci_bridge.c
avoid TABs in files that only contain a few
[mirror_qemu.git] / hw / pci / pci_bridge.c
index b9143ac88bed55f5b351ec3eb9485c6b8debc0fb..c6d9ded3203c6c34e03fb9ac961e0ac3d8a12bda 100644 (file)
@@ -369,7 +369,7 @@ void pci_bridge_initfn(PCIDevice *dev, const char *typename)
      * let users address the bus using the device name.
      */
     if (!br->bus_name && dev->qdev.id && *dev->qdev.id) {
-           br->bus_name = dev->qdev.id;
+            br->bus_name = dev->qdev.id;
     }
 
     qbus_create_inplace(sec_bus, sizeof(br->sec_bus), typename, DEVICE(dev),