Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / drivers / i2c / i2cmux / i2cmux.c
index 512b19f48aeba726f89254f126167df0a62f740f..cd68a01ebfd1db036bcdd3ea00cacb2ad45b5986 100644 (file)
@@ -15,7 +15,7 @@ static void i2cmux_set_link(device_t dev, unsigned int link)
                        smbus_write_byte(dev, 0x01, 1<<link); // output value
                        smbus_write_byte(dev, 0x03, 0); // all output
                }
-               
+
        }
 
 }
@@ -40,5 +40,5 @@ static void enable_dev(struct device *dev)
 
 struct chip_operations drivers_i2c_i2cmux_ops = {
        CHIP_NAME("i2cmux")
-       .enable_dev = enable_dev, 
+       .enable_dev = enable_dev,
 };