From: Arran Cudbard-Bell Date: Fri, 24 May 2019 17:34:46 +0000 (-0400) Subject: Formatting X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d710dd55ba3eb7d5994192594cd2a709be4ad37d;p=thirdparty%2Ffreeradius-server.git Formatting --- diff --git a/src/lib/ldap/map.c b/src/lib/ldap/map.c index 4f815a8bd24..3b0723dbeab 100644 --- a/src/lib/ldap/map.c +++ b/src/lib/ldap/map.c @@ -41,10 +41,10 @@ USES_APPLE_DEPRECATED_API */ int fr_ldap_map_getvalue(TALLOC_CTX *ctx, VALUE_PAIR **out, REQUEST *request, vp_map_t const *map, void *uctx) { - fr_ldap_result_t *self = uctx; - VALUE_PAIR *head = NULL, *vp; - fr_cursor_t cursor, to_append; - int i; + fr_ldap_result_t *self = uctx; + VALUE_PAIR *head = NULL, *vp; + fr_cursor_t cursor, to_append; + int i; fr_cursor_init(&cursor, &head);