From: Arran Cudbard-Bell Date: Wed, 5 Jan 2022 02:54:36 +0000 (-0600) Subject: Formatting X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a28faeefeb15dff750e087afe93d8eba1d9244c;p=thirdparty%2Ffreeradius-server.git Formatting --- diff --git a/src/lib/util/atexit.c b/src/lib/util/atexit.c index 110b9735de..bf1ec17777 100644 --- a/src/lib/util/atexit.c +++ b/src/lib/util/atexit.c @@ -246,8 +246,8 @@ int _fr_atexit_thread_local(NDEBUG_LOCATION_ARGS if (unlikely(!list)) return -1; ATEXIT_DEBUG("%s - Thread %u alloced _Thread_local destructor list %p", - __FUNCTION__, - (unsigned int)pthread_self(), list); + __FUNCTION__, + (unsigned int)pthread_self(), list); fr_dlist_talloc_init(&list->head, fr_atexit_entry_t, entry); (void) pthread_key_create(&list->key, _thread_local_free);