From dfa323c7d559fded7785aa4530a33c2c72f61e20 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 1 Jul 2026 04:20:24 +0200 Subject: [PATCH] cpukit: Reformat header with clang-format Reformat `` with clang-format. Signed-off-by: Sebastian Huber --- cpukit/include/rtems/extension.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cpukit/include/rtems/extension.h b/cpukit/include/rtems/extension.h index a015fb7edb..57bcf82ecb 100644 --- a/cpukit/include/rtems/extension.h +++ b/cpukit/include/rtems/extension.h @@ -641,7 +641,8 @@ typedef User_extensions_thread_switch_extension rtems_task_switch_extension; * - The executing thread is not the owner of the object allocator mutex. * @endparblock */ -typedef User_extensions_thread_terminate_extension rtems_task_terminate_extension; +typedef User_extensions_thread_terminate_extension + rtems_task_terminate_extension; #ifdef __cplusplus }