mirror of
https://github.com/libvirt/libvirt.git
synced 2026-09-03 20:53:04 -05:00
Fix the indention
Introduced by commit 1465876a, pushed under build-breaker &&
trivial rule.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user