mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 04:19:37 +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
Alan Carvalho de Assis
parent
ae1fd83a46
commit
7990f90915
@@ -142,7 +142,7 @@ struct telnet_dev_s
|
||||
static inline void telnet_dumpbuffer(FAR const char *msg,
|
||||
FAR const char *buffer, unsigned int nbytes);
|
||||
#else
|
||||
# define telnet_dumpbuffer(msg,buffer,nbytes)
|
||||
# define telnet_dumpbuffer(msg,buffer,nbytes)
|
||||
#endif
|
||||
static void telnet_getchar(FAR struct telnet_dev_s *priv, uint8_t ch,
|
||||
FAR char *dest, int *nread);
|
||||
|
||||
Reference in New Issue
Block a user