From 93e1459641e758d2b096d3f1b39414a39bb314f8 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Fri, 4 Oct 2013 17:43:24 +0200 Subject: Coding Style cleanup: replace leading SPACEs by TABs Signed-off-by: Wolfgang Denk [trini: Drop changes for PEP 4 following python tools] Signed-off-by: Tom Rini --- post/lib_powerpc/threei.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'post/lib_powerpc/threei.c') diff --git a/post/lib_powerpc/threei.c b/post/lib_powerpc/threei.c index f6d9052532..1d40e1af33 100644 --- a/post/lib_powerpc/threei.c +++ b/post/lib_powerpc/threei.c @@ -103,7 +103,7 @@ int cpu_post_test_threei (void) if (ret != 0) { - post_log ("Error at threei test %d !\n", i); + post_log ("Error at threei test %d !\n", i); } } } -- cgit v1.2.1