minor reformat


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1892 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
diff --git a/src/devices/pci_device.c b/src/devices/pci_device.c
index 4aef222..0ad4e55 100644
--- a/src/devices/pci_device.c
+++ b/src/devices/pci_device.c
@@ -218,7 +218,8 @@
 	unsigned long value;
 	resource_t  moving, limit;
 
-        if ((dev->on_mainboard) && (dev->rom_address == 0)) { //skip it if rom_address is not set in MB Config.lb
+        if ((dev->on_mainboard) && (dev->rom_address == 0)) {
+		//skip it if rom_address is not set in MB Config.lb
                 return;
         }