Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / southbridge / amd / cs5535 / cs5535_early_smbus.c
index 6ff46338f6dc073595ef25e842d7a7eb7a122209..ec801f02a8997322ad4953c2de8a65467a8bee2d 100644 (file)
@@ -18,7 +18,7 @@ static int cs5535_enable_smbus(void)
        /* Setup SMBus host controller address to 0xEF */
        val = inb(SMBUS_IO_BASE + SMB_ADD);
        val |= (0xEF | SMB_ADD_SAEN);
-       outb(val, SMBUS_IO_BASE + SMB_ADD); 
+       outb(val, SMBUS_IO_BASE + SMB_ADD);
 }
 
 static int smbus_read_byte(unsigned device, unsigned address)