1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-03 09:42:22 +02:00

status_led: Tidy up the code style

There are a few whitespace problems with this code. Tidy them up.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Simon Glass
2019-11-14 12:57:12 -07:00
committed by Tom Rini
parent c3e4430ef3
commit c076e5c9b3
3 changed files with 7 additions and 7 deletions

View File

@@ -83,7 +83,7 @@ void timer_interrupt (struct pt_regs *regs)
#endif /* CONFIG_WATCHDOG || CONFIG_HW_WATCHDOG */
#ifdef CONFIG_LED_STATUS
status_led_tick (timestamp);
status_led_tick(timestamp);
#endif /* CONFIG_LED_STATUS */
}