mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 03:25:20 +00:00
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);
|
Py_DECREF(pyobj_cbData);
|
||||||
|
|
||||||
if(!pyobj_ret) {
|
if (!pyobj_ret) {
|
||||||
DEBUG("%s - ret:%p\n", __FUNCTION__, pyobj_ret);
|
DEBUG("%s - ret:%p\n", __FUNCTION__, pyobj_ret);
|
||||||
PyErr_Print();
|
PyErr_Print();
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user