[libvirt] [PATCH 01/10] tools: cmdDomblkinfoGet: reindent parameters

Ján Tomko jtomko at redhat.com
Fri Oct 18 22:37:45 UTC 2019


Signed-off-by: Ján Tomko <jtomko at redhat.com>
---
 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




More information about the libvir-list mailing list