[Kernel] Fix the wrong indentation

This commit is contained in:
Bernard Xiong 2019-09-28 12:26:48 +08:00
parent 5cd6509296
commit 71311b73ae
3 changed files with 49 additions and 50 deletions

View File

@ -7,9 +7,8 @@
* Date Author Notes
* 2018-10-30 Bernard The first version
*/
#include <rtthread.h>
#include <rthw.h>
#include <rtthread.h>
#ifdef RT_USING_SMP
static struct rt_cpu rt_cpus[RT_CPUS_NR];