mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-20 12:55:43 +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
@@ -110,7 +110,7 @@
|
||||
# define CONFIG_EXAMPLES_NXTERM_BGCOLOR RGBTO16(39, 64, 139)
|
||||
# else
|
||||
# define CONFIG_EXAMPLES_NXTERM_BGCOLOR RGBTO8(39, 64, 139)
|
||||
# endif
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/* Window color (lighter steel blue) */
|
||||
@@ -122,7 +122,7 @@
|
||||
# define CONFIG_EXAMPLES_NXTERM_WCOLOR RGBTO16(202, 225, 255)
|
||||
# else
|
||||
# define CONFIG_EXAMPLES_NXTERM_WCOLOR RGBTO8(202, 225, 255)
|
||||
# endif
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/* Toolbar color (medium grey) */
|
||||
|
Reference in New Issue
Block a user