]> git.proxmox.com Git - pve-qemu.git/commitdiff
followup: fix indentation
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 25 Jan 2020 15:17:23 +0000 (16:17 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 25 Jan 2020 15:17:23 +0000 (16:17 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/patches/pve/0047-PVE-fix-hmp-info-backup-cmd-for-not-initialized-back.patch

index 417609b21e9874b4c654d47f2e32e96a6a03423b..c739b77287a5aa44ce01ac7872ace928b47992d4 100644 (file)
@@ -19,8 +19,8 @@ index bc9ca346f7..fb820410de 100644
      info = qmp_query_backup(NULL);
 +
 +    if (!info) {
-+      monitor_printf(mon, "Backup status: not initialized\n");
-+      return;
++       monitor_printf(mon, "Backup status: not initialized\n");
++       return;
 +    }
 +
      if (info->has_status) {