]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/cmd_part.c
common: cmd_part: Proper alignment
[people/ms/u-boot.git] / common / cmd_part.c
index 8483c1230d583fd074dc185b7b0891b728cc30a4..4bdbf901684979711d156f99b51339e4de1c4a4d 100644 (file)
@@ -88,7 +88,7 @@ static int do_part_list(int argc, char * const argv[])
        if (var != NULL) {
                int p;
                char str[512] = { '\0', };
-         disk_partition_t info;
+               disk_partition_t info;
 
                for (p = 1; p < 128; p++) {
                        char t[5];