]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Whitespace
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 21 Mar 2024 20:36:55 +0000 (16:36 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 21 Mar 2024 20:36:55 +0000 (16:36 -0400)
src/modules/rlm_files/rlm_files.c

index ee989b92362cae969daad216aea51cdf3a1a2ddf..8ce16d7d62fe32e5dd5600efd428a6efd526470b 100644 (file)
@@ -278,7 +278,7 @@ static int getrecv_filename(TALLOC_CTX *ctx, char const *filename, fr_htrie_t **
                }
        }
 
-       tree = fr_htrie_alloc(ctx,  htype, pairlist_hash, pairlist_cmp, pairlist_to_key, NULL);
+       tree = fr_htrie_alloc(ctx, htype, pairlist_hash, pairlist_cmp, pairlist_to_key, NULL);
        if (!tree) {
                while ((entry = fr_dlist_pop_head(&users.head))) {
                        talloc_free(entry);