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:
@@ -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 */
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user