]> xenbits.xensource.com Git - libvirt.git/commitdiff
Fix indentation of virshAllocpagesPagesizeCompleter arguments.
authorRoland Schulz <schullzroll@gmail.com>
Thu, 24 May 2018 09:04:33 +0000 (11:04 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 24 May 2018 13:56:29 +0000 (15:56 +0200)
Signed-off-by: Roland Schulz <schullzroll@gmail.com>
tools/virsh-completer.c
tools/virsh-completer.h

index 07dccb11e4c83159339e04c279805e97a65adc96..5713a887e61c085d02ba6880872814917aeb99cb 100644 (file)
@@ -571,8 +571,8 @@ virshSnapshotNameCompleter(vshControl *ctl,
 
 char **
 virshAllocpagesPagesizeCompleter(vshControl *ctl,
-                        const vshCmd *cmd ATTRIBUTE_UNUSED,
-                        unsigned int flags)
+                                 const vshCmd *cmd ATTRIBUTE_UNUSED,
+                                 unsigned int flags)
 {
     unsigned long long byteval = 0;
     xmlXPathContextPtr ctxt = NULL;
index 61dd7e748403206dc7229346b831e68ad750ba81..86632ee9198dea531cdf69a97355632d206d4b89 100644 (file)
@@ -75,8 +75,8 @@ char ** virshSnapshotNameCompleter(vshControl *ctl,
                                    unsigned int flags);
 
 char ** virshAllocpagesPagesizeCompleter(vshControl *ctl,
-                                    const vshCmd *cmd,
-                                    unsigned int flags);
+                                         const vshCmd *cmd,
+                                         unsigned int flags);
 
 char ** virshSecretEventNameCompleter(vshControl *ctl,
                                       const vshCmd *cmd,