Fix a few whitespace and coding style issues.
[coreboot.git] / src / southbridge / intel / sch / early_smbus.c
index 1fa88730bc98d04930e4017e219af4a76bf69750..9b5353908f68b637cb70e0af87d60fb4c12b4c06 100644 (file)
@@ -60,4 +60,3 @@ int smbus_read_byte(unsigned device, unsigned address)
 {
        return do_smbus_read_byte(SMBUS_IO_BASE, device, address);
 }
-