From 2a9c1de93fd9e74a79cc3fc66331d02797a98329 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 13 Sep 2007 16:06:02 +0200 Subject: whitespace cleanup --- common/startup.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'common/startup.c') diff --git a/common/startup.c b/common/startup.c index 643077343e..a8f20fb103 100644 --- a/common/startup.c +++ b/common/startup.c @@ -97,8 +97,8 @@ static void register_default_env(void) void start_uboot (void) { - initcall_t *initcall; - int result; + initcall_t *initcall; + int result; struct stat s; #ifdef CONFIG_HAS_EARLY_INIT @@ -114,10 +114,10 @@ void start_uboot (void) initcall < __u_boot_initcalls_end; initcall++) { PUTHEX_LL(*initcall); PUTC_LL('\n'); - result = (*initcall)(); - if (result) - hang(); - } + result = (*initcall)(); + if (result) + hang(); + } #ifndef CONFIG_HAS_EARLY_INIT display_banner(); @@ -142,7 +142,7 @@ void start_uboot (void) run_command("exec /env/init", 0); } - /* main_loop() can return to retry autoboot, if so just run it again. */ + /* main_loop() can return to retry autoboot, if so just run it again. */ for (;;) main_loop (); -- cgit v1.2.3