From: Arran Cudbard-Bell Date: Thu, 21 Mar 2024 20:36:55 +0000 (-0400) Subject: Whitespace X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=050d1ce164eed67b5573b4be8c3fd86cd292df03;p=thirdparty%2Ffreeradius-server.git Whitespace --- diff --git a/src/modules/rlm_files/rlm_files.c b/src/modules/rlm_files/rlm_files.c index ee989b92362..8ce16d7d62f 100644 --- a/src/modules/rlm_files/rlm_files.c +++ b/src/modules/rlm_files/rlm_files.c @@ -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);