]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Remove whitespace
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 24 Jun 2022 18:51:45 +0000 (13:51 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 24 Jun 2022 18:52:04 +0000 (13:52 -0500)
src/lib/util/tlist.h

index 6570528ff1b8a28df37a0c3b3ef3c4d6e005ee1c..5d6d3918a13b36a43049c5a0d32f9a3c2c3cbfea 100644 (file)
@@ -508,7 +508,7 @@ static inline CC_HINT(nonnull) void fr_tlist_verify(char const *file, int line,
                if (entry->children) {
                        fr_assert_msg(tlist_type(entry->children) != NULL, "CONSISTENCY CHECK FAILED %s[%i]: tlist entry %p has non-talloc'd child list",
                                      file, line, entry);
-                       
+
                        fr_assert_msg(strcmp(tlist_type(entry->children), tlist_type(list_head)) == 0,
                                      "CONSISTENCY CHECK FAILED %s[%i]: tlist entry %p has different child type from parent",
                                      file, line, entry);
@@ -933,7 +933,7 @@ static inline void fr_tlist_init_children(fr_tlist_t *entry, fr_tlist_head_t *ch
 {
        fr_tlist_head_t *list_head;
 
-       fr_assert(entry->children == NULL);     
+       fr_assert(entry->children == NULL);
        fr_assert(entry->list_head != NULL);
 
        list_head = entry->list_head;