Fix indentation of virshAllocpagesPagesizeCompleter arguments.

Signed-off-by: Roland Schulz <schullzroll@gmail.com>
This commit is contained in:
Roland Schulz 2018-05-24 11:04:33 +02:00 committed by Michal Privoznik
parent 455a1a054b
commit 6a58e3102b
2 changed files with 4 additions and 4 deletions

View 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;

View 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,