mirror of
https://github.com/apache/httpd.git
synced 2025-08-05 16:55:50 +03:00
No functional change: simple detabbing of indented code.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332305 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -247,8 +247,8 @@ int util_ldap_compare_node_compare(void *a, void *b)
|
||||
util_compare_node_t *nb = b;
|
||||
|
||||
return (strcmp(na->dn, nb->dn) == 0 &&
|
||||
strcmp(na->attrib, nb->attrib) == 0 &&
|
||||
strcmp(na->value, nb->value) == 0);
|
||||
strcmp(na->attrib, nb->attrib) == 0 &&
|
||||
strcmp(na->value, nb->value) == 0);
|
||||
}
|
||||
|
||||
void *util_ldap_compare_node_copy(util_ald_cache_t *cache, void *c)
|
||||
|
Reference in New Issue
Block a user