cpukit: Reformat header with clang-format

Reformat `<rtems/extension.h>` with clang-format.

Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
This commit is contained in:
Sebastian Huber
2026-07-02 21:18:50 +00:00
committed by Gedare Bloom
parent 184957d88d
commit dfa323c7d5
+2 -1
View File
@@ -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
}