diff options
Diffstat (limited to 'post/lib_powerpc/three.c')
| -rw-r--r-- | post/lib_powerpc/three.c | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/post/lib_powerpc/three.c b/post/lib_powerpc/three.c index f7317dded..c3e7f681a 100644 --- a/post/lib_powerpc/three.c +++ b/post/lib_powerpc/three.c @@ -211,7 +211,7 @@ int cpu_post_test_three (void)  		if (ret != 0)  		{ -	            post_log ("Error at three test %d !\n", i); +		    post_log ("Error at three test %d !\n", i);  		}  	    } @@ -224,8 +224,8 @@ int cpu_post_test_three (void)  		if (ret != 0)  		{ -	            post_log ("Error at three test %d !\n", i); -	        } +		    post_log ("Error at three test %d !\n", i); +		}  	    }  	}      } |