提交 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[] = { ...@@ -421,11 +421,11 @@ static const vshCmdOptDef opts_domblkinfo[] = {
static bool static bool
cmdDomblkinfoGet(vshControl *ctl, cmdDomblkinfoGet(vshControl *ctl,
const virDomainBlockInfo *info, const virDomainBlockInfo *info,
char **cap, char **cap,
char **alloc, char **alloc,
char **phy, char **phy,
bool human) bool human)
{ {
if (info->capacity == 0 && info->allocation == 0 && info->physical == 0) { if (info->capacity == 0 && info->allocation == 0 && info->physical == 0) {
*cap = vshStrdup(ctl, "-"); *cap = vshStrdup(ctl, "-");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册