mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03: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);
|
||||
|
||||
if(!pyobj_ret) {
|
||||
if (!pyobj_ret) {
|
||||
DEBUG("%s - ret:%p\n", __FUNCTION__, pyobj_ret);
|
||||
PyErr_Print();
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user