]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Formatting
authorNick Porter <nick@portercomputing.co.uk>
Fri, 9 Feb 2024 09:32:04 +0000 (09:32 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Fri, 9 Feb 2024 14:55:21 +0000 (14:55 +0000)
src/modules/rlm_files/rlm_files.c

index bbc207342b45e75ed4d7cd39e76288e15ea9079c..05f95dab0b08ac44847eceecf96fafbb4ce050e8 100644 (file)
@@ -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;