status_led: Tidy up the code style
[oweals/u-boot.git] / arch / powerpc / lib / interrupts.c
index e589933f565695884a25ccc600f349011a625b3b..4b7f543a18016a9b432482d3dca3a0841fe66467 100644 (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 */
 }