From: Nick Porter Date: Fri, 9 Feb 2024 09:32:04 +0000 (+0000) Subject: Formatting X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3470e9fae65e67ff10c2189ba9229f4a0d27291;p=thirdparty%2Ffreeradius-server.git Formatting --- diff --git a/src/modules/rlm_files/rlm_files.c b/src/modules/rlm_files/rlm_files.c index bbc207342b4..05f95dab0b0 100644 --- a/src/modules/rlm_files/rlm_files.c +++ b/src/modules/rlm_files/rlm_files.c @@ -97,15 +97,15 @@ static int pairlist_to_key(uint8_t **out, size_t *outlen, void const *a) static int getrecv_filename(TALLOC_CTX *ctx, char const *filename, fr_htrie_t **ptree, PAIR_LIST_LIST **pdefault, fr_type_t data_type) { - int rcode; - PAIR_LIST_LIST users; - PAIR_LIST_LIST search_list; // Temporary list header used for matching in htrie - PAIR_LIST *entry, *next; - PAIR_LIST_LIST *user_list, *default_list; - fr_htrie_t *tree; - fr_htrie_type_t htype; - fr_value_box_t *box; - map_t *reply_head; + int rcode; + PAIR_LIST_LIST users; + PAIR_LIST_LIST search_list; // Temporary list header used for matching in htrie + PAIR_LIST *entry, *next; + PAIR_LIST_LIST *user_list, *default_list; + fr_htrie_t *tree; + fr_htrie_type_t htype; + fr_value_box_t *box; + map_t *reply_head; if (!filename) { *ptree = NULL;