提交 450aa6ef 编写于 作者: L LiFeng

iSulad: remove unnecessary space in ps\images

Signed-off-by: NLiFeng <lifeng68@huawei.com>
上级 0a055bea
......@@ -222,7 +222,7 @@ static void images_info_print_quiet(const struct isula_list_images_response *res
for (i = 0, in = response->images_list; in != NULL && i < response->images_num; i++, in++) {
char *digest = util_short_digest(in->digest);
printf("%-*s ", SHORT_DIGEST_LEN, digest ? digest : "<none>");
printf("%-*s", SHORT_DIGEST_LEN, digest ? digest : "<none>");
printf("\n");
free(digest);
}
......
......@@ -149,7 +149,7 @@ static void list_print_quiet(struct isula_container_summary_info **info, const s
continue;
}
printf("%-*s ", (int)length->id_length, in->id ? in->id : "-");
printf("%-*s", (int)length->id_length, in->id ? in->id : "-");
printf("\n");
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册