From: Ján Tomko Date: Fri, 18 Oct 2019 22:15:34 +0000 (+0200) Subject: tools: cmdDomblkinfoGet: reindent parameters X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=4e66c38655d1288654a985be2e457aee66c52050;p=libvirt.git tools: cmdDomblkinfoGet: reindent parameters Signed-off-by: Ján Tomko Reviewed-by: Daniel Henrique Barboza --- diff --git a/tools/virsh-domain-monitor.c b/tools/virsh-domain-monitor.c index b2bb85cd96..cd675df07d 100644 --- a/tools/virsh-domain-monitor.c +++ b/tools/virsh-domain-monitor.c @@ -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, "-");