]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Formatting
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 5 Jan 2022 02:54:36 +0000 (20:54 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 5 Jan 2022 02:54:36 +0000 (20:54 -0600)
src/lib/util/atexit.c

index 110b9735de21428d659707c9cbdaf889b6a5699b..bf1ec17777313d05c9f1ab0a156e18d4f78ffe8c 100644 (file)
@@ -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);