]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
common: cmd_part: Proper alignment
authorPaul Kocialkowski <contact@paulk.fr>
Mon, 15 Jun 2015 19:35:04 +0000 (21:35 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 22:42:52 +0000 (00:42 +0200)
This fixes a misaligned declaration.

Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
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];