mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-17 15:32:21 +08:00
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:

committed by
Alin Jerpelea

parent
7032c72f2f
commit
e81227f99d
@@ -60,7 +60,7 @@
|
||||
# define CONFIG_EXAMPLES_NX_BGCOLOR 0x7b5d
|
||||
# else
|
||||
# define CONFIG_EXAMPLES_NX_BGCOLOR ' '
|
||||
# endif
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_EXAMPLES_NX_COLOR1
|
||||
@@ -70,7 +70,7 @@
|
||||
# define CONFIG_EXAMPLES_NX_COLOR1 0xe73f
|
||||
# else
|
||||
# define CONFIG_EXAMPLES_NX_COLOR1 '1'
|
||||
# endif
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_EXAMPLES_NX_COLOR2
|
||||
@@ -80,7 +80,7 @@
|
||||
# define CONFIG_EXAMPLES_NX_COLOR2 0xdefb
|
||||
# else
|
||||
# define CONFIG_EXAMPLES_NX_COLOR2 '2'
|
||||
# endif
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_EXAMPLES_NX_TBCOLOR
|
||||
|
Reference in New Issue
Block a user