mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-27 23:15:18 +00:00
conf: code cleanup, remove empty line and one space
Remove some redundant space and line. Signed-off-by: Wang Huaqiang <huaqiang.wang@intel.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
816cef0783
commit
53c87fb920
@ -19572,7 +19572,6 @@ virDomainMemorytuneDefParse(virDomainDefPtr def,
|
|||||||
VIR_AUTOPTR(virBitmap) vcpus = NULL;
|
VIR_AUTOPTR(virBitmap) vcpus = NULL;
|
||||||
VIR_AUTOFREE(xmlNodePtr *) nodes = NULL;
|
VIR_AUTOFREE(xmlNodePtr *) nodes = NULL;
|
||||||
VIR_AUTOUNREF(virResctrlAllocPtr) alloc = NULL;
|
VIR_AUTOUNREF(virResctrlAllocPtr) alloc = NULL;
|
||||||
|
|
||||||
ssize_t i = 0;
|
ssize_t i = 0;
|
||||||
int n;
|
int n;
|
||||||
int ret = -1;
|
int ret = -1;
|
||||||
@ -27470,7 +27469,7 @@ virDomainCachetuneDefFormat(virBufferPtr buf,
|
|||||||
&childrenBuf) < 0)
|
&childrenBuf) < 0)
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
|
|
||||||
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_CACHE,
|
VIR_RESCTRL_MONITOR_TYPE_CACHE,
|
||||||
&childrenBuf) < 0)
|
&childrenBuf) < 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user