From: Kristina Hanicova Date: Thu, 18 Feb 2021 18:11:22 +0000 (+0100) Subject: virsh: reindent virshCodesetNameCompleter prototype X-Git-Tag: v7.1.0-rc1~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a8451c506cd25a312ffafd98d0de121587dbe75;p=thirdparty%2Flibvirt.git virsh: reindent virshCodesetNameCompleter prototype Signed-off-by: Kristina Hanicova Signed-off-by: Ján Tomko --- diff --git a/tools/virsh-completer-domain.h b/tools/virsh-completer-domain.h index 4c01b0ca1f..eb8d12455c 100644 --- a/tools/virsh-completer-domain.h +++ b/tools/virsh-completer-domain.h @@ -112,5 +112,5 @@ char ** virshDomainLifecycleActionCompleter(vshControl *ctl, unsigned int flags); char ** virshCodesetNameCompleter(vshControl *ctl, - const vshCmd *cmd, - unsigned int flags); + const vshCmd *cmd, + unsigned int flags);