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

@@ -416,7 +416,7 @@
*/
#ifndef CONFIG_NSH_NESTDEPTH
# define CONFIG_NSH_NESTDEPTH 3
# define CONFIG_NSH_NESTDEPTH 3
#endif
/* Define to enable dumping of all input/output buffers */
@@ -426,7 +426,7 @@
/* Make sure that the home directory is defined */
#ifndef CONFIG_LIBC_HOMEDIR
# define CONFIG_LIBC_HOMEDIR "/"
# define CONFIG_LIBC_HOMEDIR "/"
#endif
#undef NSH_HAVE_VARS