From: Roland Schulz Date: Thu, 24 May 2018 09:04:33 +0000 (+0200) Subject: Fix indentation of virshAllocpagesPagesizeCompleter arguments. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=6a58e3102b6d010e192062e22e63867fdf6662ae;p=libvirt.git Fix indentation of virshAllocpagesPagesizeCompleter arguments. Signed-off-by: Roland Schulz --- diff --git a/tools/virsh-completer.c b/tools/virsh-completer.c index 07dccb11e4..5713a887e6 100644 --- a/tools/virsh-completer.c +++ b/tools/virsh-completer.c @@ -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; diff --git a/tools/virsh-completer.h b/tools/virsh-completer.h index 61dd7e7484..86632ee919 100644 --- a/tools/virsh-completer.h +++ b/tools/virsh-completer.h @@ -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,