]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix pedantic warning
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 20 Feb 2021 23:24:28 +0000 (23:24 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 20 Feb 2021 23:24:28 +0000 (23:24 +0000)
src/lib/util/dlist.h

index 251d5de5cb11cbdc0f53ffae2c7f6520801f3389..e5c11a7fb1ea1951e82c956a07a7ff0d14ed4be8 100644 (file)
@@ -792,7 +792,7 @@ static inline void fr_dlist_recursive_sort(fr_dlist_head_t *head, void **ptr, fr
  *
  * @note This routine temporarily breaks the doubly linked nature of the list
  *
- * @param[in, out] list        to sort
+ * @param[in,out] list to sort
  * @param[in] cmp      comparison function to sort with
  */
 static inline void fr_dlist_sort (fr_dlist_head_t *list, fr_cmp_t cmp)