src/ec: Improve code formatting
Change-Id: I93b71ca577c973046d1651d92665168b329eda1b Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/16503 Tested-by: build bot (Jenkins) Reviewed-by: Alexander Couzens <lynxis@fe80.eu> Reviewed-by: Omar Pakker
This commit is contained in:
parent
112ab91837
commit
b933109594
@ -134,7 +134,7 @@ u8 ec_it8518_get_event(void)
|
||||
if (status & SCI_EVT) {
|
||||
ec_write_cmd(QR_EC);
|
||||
cmd = ec_read_ob();
|
||||
} else if ( status & SMI_EVT) {
|
||||
} else if (status & SMI_EVT) {
|
||||
ec_kbc_write_cmd(EC_KBD_SMI_EVENT);
|
||||
cmd = ec_kbc_read_ob();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user