mirror of https://gitee.com/openkylin/libvirt.git
qemu/qemu_command.c: fix indent of label
This commit is contained in:
parent
37b415200d
commit
283aafdb29
|
@ -788,7 +788,7 @@ qemuAssignDeviceAliases(virDomainDefPtr def, qemuCapsPtr caps)
|
|||
|
||||
return 0;
|
||||
|
||||
no_memory:
|
||||
no_memory:
|
||||
virReportOOMError();
|
||||
return -1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue