提交 4e66c386 编写于 作者: J Ján Tomko

tools: cmdDomblkinfoGet: reindent parameters

Signed-off-by: NJán Tomko <jtomko@redhat.com>
Reviewed-by: NDaniel Henrique Barboza <danielhb413@gmail.com>
上级 313a71ee
......@@ -421,11 +421,11 @@ static const vshCmdOptDef opts_domblkinfo[] = {
static bool
cmdDomblkinfoGet(vshControl *ctl,
const virDomainBlockInfo *info,
char **cap,
char **alloc,
char **phy,
bool human)
const virDomainBlockInfo *info,
char **cap,
char **alloc,
char **phy,
bool human)
{
if (info->capacity == 0 && info->allocation == 0 && info->physical == 0) {
*cap = vshStrdup(ctl, "-");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册