Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / southbridge / amd / amd8111 / amd8111_usb.c
index f1c331dbafe83b41748cf702939970efd3b9a688..13dccf435b97583dc17d34fef134900ab999f1a3 100644 (file)
@@ -12,7 +12,7 @@
 
 static void lpci_set_subsystem(device_t dev, unsigned vendor, unsigned device)
 {
-       pci_write_config32(dev, 0x70, 
+       pci_write_config32(dev, 0x70,
                ((device & 0xffff) << 16) | (vendor & 0xffff));
 }