]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Formatting
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 24 May 2019 17:34:46 +0000 (13:34 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 24 May 2019 18:15:27 +0000 (14:15 -0400)
src/lib/ldap/map.c

index 4f815a8bd24de9471dd09c4a08c303e0175b5fc6..3b0723dbeabf34fffcb48e859349099d2f752878 100644 (file)
@@ -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);