summaryrefslogtreecommitdiff
path: root/typewrappers.c
diff options
context:
space:
mode:
authorPavel Hrdina <phrdina@redhat.com>2015-09-22 10:41:36 +0200
committerPavel Hrdina <phrdina@redhat.com>2015-10-05 08:35:37 +0200
commit7178a63e2351a70312a33cca862ce4eca8cf9de7 (patch)
treedac3fc3dd552e54aafc5d50becc6715512e91f90 /typewrappers.c
parentc982604ef855ef3093c03209a958295cc965957a (diff)
downloadlibvirt-python-7178a63e2351a70312a33cca862ce4eca8cf9de7.tar.gz
fix indentation
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Diffstat (limited to 'typewrappers.c')
-rw-r--r--typewrappers.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/typewrappers.c b/typewrappers.c
index f3f4138..77bdeef 100644
--- a/typewrappers.c
+++ b/typewrappers.c
@@ -145,10 +145,10 @@ libvirt_constcharPtrWrap(const char *str)
PyObject *
libvirt_boolWrap(int val)
{
- if (val)
- Py_RETURN_TRUE;
- else
- Py_RETURN_FALSE;
+ if (val)
+ Py_RETURN_TRUE;
+ else
+ Py_RETURN_FALSE;
}
int