Skip to content

Commit 08888b6

Browse files
heyuanjie87Rbb666
authored andcommitted
去除多余空格
1 parent 063e6e7 commit 08888b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/defunct.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Change Logs:
77
* Date Author Notes
88
* 2024-08-30 heyuanjie87 the first version
9-
*
9+
*
1010
*/
1111

1212
#include <rthw.h>
@@ -15,7 +15,7 @@
1515
#ifndef SYSTEM_THREAD_STACK_SIZE
1616
#define SYSTEM_THREAD_STACK_SIZE IDLE_THREAD_STACK_SIZE
1717
#endif
18-
static rt_list_t _rt_thread_defunct = RT_LIST_OBJECT_INIT(_rt_thread_defunct);
18+
static rt_list_t _rt_thread_defunct = RT_LIST_OBJECT_INIT(_rt_thread_defunct);
1919
static struct rt_spinlock _defunct_spinlock;
2020
#if defined(RT_USING_SMP) || defined(RT_USING_SMART)
2121
static struct rt_thread rt_system_thread;

0 commit comments

Comments
 (0)