remove trailing whitespace
[coreboot.git] / src / mainboard / getac / p470 / ec_oem.c
index 30d41359cf2a668e3bc4ce76fa2ee1a5a1c3352c..f742f3f72abb1b782b0740d5c8bde608df808967 100644 (file)
@@ -36,7 +36,7 @@ int send_ec_oem_command(u8 command)
                        printk(BIOS_SPEW, ".");
        }
        if (!timeout) {
-               printk(BIOS_DEBUG, "Timeout while sending OEM command 0x%02x to EC!\n", 
+               printk(BIOS_DEBUG, "Timeout while sending OEM command 0x%02x to EC!\n",
                                command);
                // return -1;
        }
@@ -124,7 +124,7 @@ int ec_oem_dump_status(void)
        if (ec_sc & (1 << 1)) printk(BIOS_DEBUG, "IBF ");
        if (ec_sc & (1 << 0)) printk(BIOS_DEBUG, "OBF ");
        printk(BIOS_DEBUG, "\n");
-       
+
        return ec_sc;
 }