Skip to content

Commit

Permalink
Make indent again
Browse files Browse the repository at this point in the history
https://github.com/python-ldap/python-ldap/pull/344

Signed-off-by: Christian Heimes <cheimes@redhat.com>
  • Loading branch information
Christian Heimes authored and GitHub committed Jun 5, 2020
1 parent d5996ec commit 450b2f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Modules/constants.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion Modules/functions.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 450b2f3

Please sign in to comment.