提交 a78f78eb 编写于 作者: P Paul Kocialkowski 提交者: Tom Rini

common: cmd_part: Proper alignment

This fixes a misaligned declaration.
Signed-off-by: NPaul Kocialkowski <contact@paulk.fr>
上级 437a7293
......@@ -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];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册