From: Ján Tomko Date: Sun, 31 Mar 2019 18:16:29 +0000 (+0200) Subject: virsh: fix indentation of info_managed_save_edit X-Git-Tag: v5.3.0-rc1~360 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=912513ca7ae667dc943aa798032c5fb77f5ba87e;p=thirdparty%2Flibvirt.git virsh: fix indentation of info_managed_save_edit Use four spaces instead of three. Signed-off-by: Ján Tomko --- diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c index afcd0a5f8d..e8d5404acf 100644 --- a/tools/virsh-domain.c +++ b/tools/virsh-domain.c @@ -4805,13 +4805,13 @@ cmdManagedSaveRemove(vshControl *ctl, const vshCmd *cmd) * "managedsave-edit" command */ static const vshCmdInfo info_managed_save_edit[] = { - {.name = "help", - .data = N_("edit XML for a domain's managed save state file") - }, - {.name = "desc", - .data = N_("Edit the domain XML associated with the managed save state file") - }, - {.name = NULL} + {.name = "help", + .data = N_("edit XML for a domain's managed save state file") + }, + {.name = "desc", + .data = N_("Edit the domain XML associated with the managed save state file") + }, + {.name = NULL} }; static const vshCmdOptDef opts_managed_save_edit[] = {