Trivial. Re-indent the code.
[coreboot.git] / src / southbridge / amd / sb700 / sata.c
index 08b9aa8ad99d31f16287568e78308e537ecb945e..1ad9bdd9df2b42f8230a46db823254837698c592 100644 (file)
@@ -53,9 +53,9 @@ static int sata_drive_detect(int portnum, u16 iobar)
        return 0;
 }
 
-       /* This function can be overloaded in mainboard.c */
-
-void __attribute__((weak)) sb700_setup_sata_phys(struct device *dev) {
+/* This function can be overloaded in mainboard.c */
+void __attribute__((weak)) sb700_setup_sata_phys(struct device *dev)
+{
        /* RPR7.6.1 Program the PHY Global Control to 0x2C00 */
        pci_write_config16(dev, 0x86, 0x2c00);