From: Arran Cudbard-Bell Date: Fri, 24 Jun 2022 18:51:45 +0000 (-0500) Subject: Remove whitespace X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a08fb1669ab4752fefbd745384ba7fb6b84f65f4;p=thirdparty%2Ffreeradius-server.git Remove whitespace --- diff --git a/src/lib/util/tlist.h b/src/lib/util/tlist.h index 6570528ff1b..5d6d3918a13 100644 --- a/src/lib/util/tlist.h +++ b/src/lib/util/tlist.h @@ -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;