Signed-off-by: Ján Tomko <jtomko@xxxxxxxxxx> --- tools/virsh-domain-monitor.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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, "-"); -- 2.21.0 -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list