Sfoglia il codice sorgente

去除多余空格

heyuanjie87 11 mesi fa
parent
commit
08888b6e23
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/defunct.c

+ 2 - 2
src/defunct.c

@@ -6,7 +6,7 @@
  * Change Logs:
  * Date           Author       Notes
  * 2024-08-30     heyuanjie87  the first version
- * 
+ *
  */
 
 #include <rthw.h>
@@ -15,7 +15,7 @@
 #ifndef SYSTEM_THREAD_STACK_SIZE
 #define SYSTEM_THREAD_STACK_SIZE IDLE_THREAD_STACK_SIZE
 #endif
-static rt_list_t _rt_thread_defunct = RT_LIST_OBJECT_INIT(_rt_thread_defunct);
+static rt_list_t          _rt_thread_defunct = RT_LIST_OBJECT_INIT(_rt_thread_defunct);
 static struct rt_spinlock _defunct_spinlock;
 #if defined(RT_USING_SMP) || defined(RT_USING_SMART)
 static struct rt_thread rt_system_thread;