mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-27 09:57:43 +03:00
Fix indentation of virshAllocpagesPagesizeCompleter arguments.
Signed-off-by: Roland Schulz <schullzroll@gmail.com>
This commit is contained in:
parent
455a1a054b
commit
6a58e3102b
@ -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;
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user