mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06: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:
committed by
Michal Privoznik
parent
78b1a53df1
commit
952bf22ea1
@@ -2162,8 +2162,7 @@ qemuMonitorGetAllBlockStatsInfo(qemuMonitor *mon,
|
||||
if (!(*ret_stats = virHashNew(g_free)))
|
||||
goto error;
|
||||
|
||||
ret = qemuMonitorJSONGetAllBlockStatsInfo(mon, *ret_stats,
|
||||
backingChain);
|
||||
ret = qemuMonitorJSONGetAllBlockStatsInfo(mon, *ret_stats, backingChain);
|
||||
|
||||
if (ret < 0)
|
||||
goto error;
|
||||
|
||||
Reference in New Issue
Block a user