mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 07:17:44 +00:00
qemuMonitorGetAllBlockStatsInfo: Clean up line break
Signed-off-by: Tim Wiederhake <twiederh@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
78b1a53df1
commit
952bf22ea1
@ -2162,8 +2162,7 @@ qemuMonitorGetAllBlockStatsInfo(qemuMonitor *mon,
|
|||||||
if (!(*ret_stats = virHashNew(g_free)))
|
if (!(*ret_stats = virHashNew(g_free)))
|
||||||
goto error;
|
goto error;
|
||||||
|
|
||||||
ret = qemuMonitorJSONGetAllBlockStatsInfo(mon, *ret_stats,
|
ret = qemuMonitorJSONGetAllBlockStatsInfo(mon, *ret_stats, backingChain);
|
||||||
backingChain);
|
|
||||||
|
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
goto error;
|
goto error;
|
||||||
|
Loading…
Reference in New Issue
Block a user