]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
virsh: fix indentation of info_managed_save_edit
authorJán Tomko <jtomko@redhat.com>
Sun, 31 Mar 2019 18:16:29 +0000 (20:16 +0200)
committerJán Tomko <jtomko@redhat.com>
Wed, 3 Apr 2019 08:07:36 +0000 (10:07 +0200)
Use four spaces instead of three.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
tools/virsh-domain.c

index afcd0a5f8d5f9af4affe53916e41bc0bc7fa5dae..e8d5404acfc01330267bdec88b0c03635b1e3a8e 100644 (file)
@@ -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[] = {