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