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

Ján Tomko posted 10 patches 6 years, 3 months ago
[libvirt] [PATCH 01/10] tools: cmdDomblkinfoGet: reindent parameters
Posted by Ján Tomko 6 years, 3 months ago
Signed-off-by: Ján Tomko <jtomko@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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list