mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-26 05:29:29 +08:00
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:
committed by
Gedare Bloom
parent
184957d88d
commit
dfa323c7d5
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user