summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-11-14 22:57:12 +0300
committerTom Rini <trini@konsulko.com>2019-12-03 02:23:06 +0300
commitc076e5c9b35fc20cdea076e8eae71126e7cadd4f (patch)
tree7698b09c5c998d60803c88193f8bb82a1e1bbd57 /arch
parentc3e4430ef3ea313dd4c97d8b089bd841e66d394b (diff)
downloadu-boot-c076e5c9b35fc20cdea076e8eae71126e7cadd4f.tar.xz
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/lib/interrupts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/lib/interrupts.c b/arch/powerpc/lib/interrupts.c
index e589933f56..4b7f543a18 100644
--- a/arch/powerpc/lib/interrupts.c
+++ b/arch/powerpc/lib/interrupts.c
@@ -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 */
}