From 808fc8ef870a5edf65166af9829eeb49414903c7 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Mon, 28 May 2018 13:30:59 +0200 Subject: mb/google: Get rid of whitespace before tab Change-Id: I24fd33887152c12b9db9742af475115b02b31ff2 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/26622 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/mainboard/google/jecht/led.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mainboard/google/jecht/led.c') diff --git a/src/mainboard/google/jecht/led.c b/src/mainboard/google/jecht/led.c index 286b65e542..d7faafb245 100644 --- a/src/mainboard/google/jecht/led.c +++ b/src/mainboard/google/jecht/led.c @@ -28,11 +28,11 @@ void set_power_led(int state) } it8772f_gpio_led(IT8772F_GPIO_DEV, - 1, /* set */ - 0x01, /* select */ + 1, /* set */ + 0x01, /* select */ polarity, /* polarity */ state == LED_BLINK ? 0x01 : 0x00, /* pullup/pulldown */ - 0x01, /* output */ + 0x01, /* output */ state == LED_BLINK ? 0x00 : 0x01, /* I/O function */ SIO_GPIO_BLINK_GPIO10, IT8772F_GPIO_BLINK_FREQUENCY_1_HZ); -- cgit v1.2.3