summaryrefslogtreecommitdiffstats
path: root/include/status_led.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-11-14 12:57:12 -0700
committerTom Rini <trini@konsulko.com>2019-12-02 18:23:06 -0500
commitc076e5c9b35fc20cdea076e8eae71126e7cadd4f (patch)
tree7698b09c5c998d60803c88193f8bb82a1e1bbd57 /include/status_led.h
parentc3e4430ef3ea313dd4c97d8b089bd841e66d394b (diff)
downloadu-boot-c076e5c9b35fc20cdea076e8eae71126e7cadd4f.tar.gz
u-boot-c076e5c9b35fc20cdea076e8eae71126e7cadd4f.tar.xz
u-boot-c076e5c9b35fc20cdea076e8eae71126e7cadd4f.zip
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 'include/status_led.h')
-rw-r--r--include/status_led.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/status_led.h b/include/status_led.h
index 5b3570166d..6707ab1d29 100644
--- a/include/status_led.h
+++ b/include/status_led.h
@@ -36,8 +36,8 @@
#endif /* CONFIG_LED_STATUS5 */
void status_led_init(void);
-void status_led_tick (unsigned long timestamp);
-void status_led_set (int led, int state);
+void status_led_tick(unsigned long timestamp);
+void status_led_set(int led, int state);
/***** MVS v1 **********************************************************/
#if (defined(CONFIG_MVS) && CONFIG_MVS < 2)