]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - post/cpu/multi.c
* Code cleanup:
[people/ms/u-boot.git] / post / cpu / multi.c
index bdad5d9ed16ae5e648669635215e1288d4baa37c..872438478fe445d2e19afdb1a476975170c74e4c 100644 (file)
@@ -51,7 +51,7 @@ int cpu_post_test_multi (void)
     {
        ulong src [26], dst [26];
 
-       ulong code[] =
+       ulong code[] =
        {
            ASM_LMW(5, 3, 0),
            ASM_STMW(5, 4, 0),
@@ -71,7 +71,7 @@ int cpu_post_test_multi (void)
 
     if (ret != 0)
     {
-        post_log ("Error at multi test !\n");
+       post_log ("Error at multi test !\n");
     }
 
     return ret;