mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 11:23:07 +08:00
Fix the minor style issue
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:

committed by
Petro Karashchenko

parent
4941182cc6
commit
893387b2c5
@@ -150,15 +150,15 @@ struct console_stdio_s
|
||||
|
||||
#ifdef CONFIG_FILE_STREAM
|
||||
#ifdef CONFIG_NSH_ALTCONDEV
|
||||
int cn_confd; /* Console I/O file descriptor */
|
||||
int cn_confd; /* Console I/O file descriptor */
|
||||
#endif
|
||||
int cn_outfd; /* Output file descriptor (possibly redirected) */
|
||||
int cn_errfd; /* Error Output file descriptor (possibly redirected) */
|
||||
int cn_outfd; /* Output file descriptor (possibly redirected) */
|
||||
int cn_errfd; /* Error Output file descriptor (possibly redirected) */
|
||||
#ifdef CONFIG_NSH_ALTCONDEV
|
||||
FILE *cn_constream; /* Console I/O stream (possibly redirected) */
|
||||
FILE *cn_constream; /* Console I/O stream (possibly redirected) */
|
||||
#endif
|
||||
FILE *cn_outstream; /* Output stream */
|
||||
FILE *cn_errstream; /* Error Output stream */
|
||||
FILE *cn_outstream; /* Output stream */
|
||||
FILE *cn_errstream; /* Error Output stream */
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_NSH_VARS
|
||||
|
Reference in New Issue
Block a user