mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-12 07:42:56 +00:00
Fix some coding style issues
Fix some coding style issues with alignment and spaces. Signed-off-by: jiangjiacheng <jiangjiacheng@huawei.com> Reviewed-by: Kristina Hanicova <khanicov@redhat.com>
This commit is contained in:
parent
381c8dbde0
commit
6a56f325c8
@ -26194,7 +26194,7 @@ virDomainMemorytuneDefFormat(virBuffer *buf,
|
|||||||
&childrenBuf) < 0)
|
&childrenBuf) < 0)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
for (i = 0; i< resctrl->nmonitors; i++) {
|
for (i = 0; i < resctrl->nmonitors; i++) {
|
||||||
if (virDomainResctrlMonDefFormatHelper(resctrl->monitors[i],
|
if (virDomainResctrlMonDefFormatHelper(resctrl->monitors[i],
|
||||||
VIR_RESCTRL_MONITOR_TYPE_MEMBW,
|
VIR_RESCTRL_MONITOR_TYPE_MEMBW,
|
||||||
&childrenBuf) < 0)
|
&childrenBuf) < 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user