Commit a78f78ebeb51169ce0ae22f2cd6db93ca33b20e3

Authored by Paul Kocialkowski
Committed by Tom Rini
1 parent 437a7293a7

common: cmd_part: Proper alignment

This fixes a misaligned declaration.

Signed-off-by: Paul Kocialkowski <contact@paulk.fr>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -88,7 +88,7 @@
88 88 if (var != NULL) {
89 89 int p;
90 90 char str[512] = { '\0', };
91   - disk_partition_t info;
  91 + disk_partition_t info;
92 92  
93 93 for (p = 1; p < 128; p++) {
94 94 char t[5];