浏览代码

common: cmd_part: Proper alignment

This fixes a misaligned declaration.

Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Paul Kocialkowski 10 年之前
父节点
当前提交
a78f78ebeb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      common/cmd_part.c

+ 1 - 1
common/cmd_part.c

@@ -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];