https://bugs.openldap.org/show_bug.cgi?id=9665
Issue ID: 9665 Summary: wrong indentation in ldap_int_bisect_find Product: OpenLDAP Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: --- Component: libraries Assignee: bugs@openldap.org Reporter: roland.illig@gmx.de Target Milestone: ---
In abandon.c, ldap_int_bisect_find has an incorrectly indented if statement.
I stumbled upon this due to a lint warning and immediately wondered who forgot to format the code again, probably after removing a redundant outer if statement or loop.
The wrong indentation was introduced by https://git.openldap.org/openldap/openldap/-/commit/2660518c5d924b2b6377a870... in 2008.