OK, people, watch this.
authorStefan Reinauer <stepan@coresystems.de>
Thu, 20 Nov 2008 19:26:16 +0000 (19:26 +0000)
committerStefan Reinauer <stepan@openbios.org>
Thu, 20 Nov 2008 19:26:16 +0000 (19:26 +0000)
This is a school book example of why trivial indent patches just suck
big time.

This error was introduced by a trivial self-acked indent patch and was
never detected (because of a missing Config-abuild.lb)

So, indenting the code for no reason can make it a lot worse (read:
break it) instead of improving it.

I ask everyone to keep this in mind when going on indent-frenzy again.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3762 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/mainboard/tyan/s2895/cache_as_ram_auto.c

index 99afbd3bc27db1ee59b57b1c2dbc5a69310c0237..0dcf7cc5162a05844cd597eada2d6ccd96755539 100644 (file)
@@ -222,9 +222,8 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
        #if USE_FALLBACK_IMAGE == 1
        failover_process(bist, cpu_init_detectedx);
        #endif
-#endif
        real_main(bist, cpu_init_detectedx);
-
+#endif
 }
 
 #if USE_FAILOVER_IMAGE==0