mirror of https://gitee.com/openkylin/libvirt.git
Fix the indention
Introduced by commit 1465876a
, pushed under build-breaker &&
trivial rule.
This commit is contained in:
parent
090eb35c0c
commit
ba06c1824b
|
@ -6029,7 +6029,7 @@ libvirt_virConnectCloseCallbackDispatch(virConnectPtr conn ATTRIBUTE_UNUSED,
|
|||
|
||||
Py_DECREF(pyobj_cbData);
|
||||
|
||||
if(!pyobj_ret) {
|
||||
if (!pyobj_ret) {
|
||||
DEBUG("%s - ret:%p\n", __FUNCTION__, pyobj_ret);
|
||||
PyErr_Print();
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue