Indent the define statement by two spaces

follow the code style convention

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2023-05-20 06:39:53 +08:00
committed by Petro Karashchenko
parent e68d5ffb98
commit 7032c72f2f
24 changed files with 274 additions and 274 deletions

View File

@@ -60,9 +60,9 @@
#endif
#if CONFIG_RR_INTERVAL > 0
# define SCHED_NSH SCHED_RR
# define SCHED_NSH SCHED_RR
#else
# define SCHED_NSH SCHED_FIFO
# define SCHED_NSH SCHED_FIFO
#endif
/****************************************************************************