followup: fix indentation
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
f47a9db42a
commit
2c67b15290
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user