]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - post/lib_ppc/cmp.c
Big white-space cleanup.
[karo-tx-uboot.git] / post / lib_ppc / cmp.c
index 89f754a0b11c867d0ee69dbc99cbd9cb6f7cbf4c..8d80f86aafd7b60e869cacffdcfc64861b24d66f 100644 (file)
@@ -106,7 +106,7 @@ int cpu_post_test_cmp (void)
     for (i = 0; i < cpu_post_cmp_size && ret == 0; i++)
     {
        struct cpu_post_cmp_s *test = cpu_post_cmp_table + i;
-       unsigned long code[] =
+       unsigned long code[] =
        {
            ASM_2C(test->cmd, test->cr, 3, 4),
            ASM_MFCR(3),