From 450b2f370080d288dc6c54c3cd963da1672e7bf2 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Fri, 5 Jun 2020 22:16:50 +0200 Subject: [PATCH] Make indent again https://github.com/python-ldap/python-ldap/pull/344 Signed-off-by: Christian Heimes --- Modules/constants.c | 4 +--- Modules/functions.c | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Modules/constants.c b/Modules/constants.c index a447310..88658c5 100644 --- a/Modules/constants.c +++ b/Modules/constants.c @@ -64,9 +64,7 @@ LDAPraise_for_message(LDAP *l, LDAPMessage *m) PyObject *pyerrno; PyObject *pyresult; PyObject *pyctrls = NULL; - char *matched = NULL, - *error = NULL, - **refs = NULL; + char *matched = NULL, *error = NULL, **refs = NULL; LDAPControl **serverctrls = NULL; /* at first save errno for later use before it gets overwritten by another call */ diff --git a/Modules/functions.c b/Modules/functions.c index 74740a9..9e0312d 100644 --- a/Modules/functions.c +++ b/Modules/functions.c @@ -84,7 +84,7 @@ l_ldap_initialize_fd(PyObject *unused, PyObject *args) else { ldap_free_urldesc(lud); PyErr_SetString(PyExc_ValueError, "unsupported URL scheme"); - return NULL; + return NULL; } ldap_free_urldesc(lud);