followup: fix indentation

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-01-25 16:17:23 +01:00
parent f47a9db42a
commit 2c67b15290

View File

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