Skip to content
Snippets Groups Projects
Commit a78f78eb authored by Paul Kocialkowski's avatar Paul Kocialkowski Committed by Tom Rini
Browse files

common: cmd_part: Proper alignment


This fixes a misaligned declaration.

Signed-off-by: default avatarPaul Kocialkowski <contact@paulk.fr>
parent 437a7293
No related branches found
No related tags found
No related merge requests found
......@@ -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];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment