]> xenbits.xensource.com Git - libvirt.git/commitdiff
tools: cmdDomblkinfoGet: reindent parameters
authorJán Tomko <jtomko@redhat.com>
Fri, 18 Oct 2019 22:15:34 +0000 (00:15 +0200)
committerJán Tomko <jtomko@redhat.com>
Sun, 20 Oct 2019 12:37:16 +0000 (14:37 +0200)
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
tools/virsh-domain-monitor.c

index b2bb85cd9644ba21519c9ff609562c05799d8169..cd675df07d8987a30328469a8589d57d0d3f083b 100644 (file)
@@ -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, "-");