From ba06c1824b1fe67cba4d5b6371e331fdf4702883 Mon Sep 17 00:00:00 2001 From: Osier Yang Date: Tue, 4 Dec 2012 23:37:41 +0800 Subject: [PATCH] Fix the indention Introduced by commit 1465876a, pushed under build-breaker && trivial rule. --- python/libvirt-override.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/libvirt-override.c b/python/libvirt-override.c index 573c0325eb..eda8a1104e 100644 --- a/python/libvirt-override.c +++ b/python/libvirt-override.c @@ -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 { -- 2.47.2