mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 19:36:35 +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
@@ -53,9 +53,9 @@
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_NXFLAT_DUMPBUFFER
|
||||
# define nxflat_dumpbuffer(m,b,n) binfodumpbuffer(m,b,n)
|
||||
# define nxflat_dumpbuffer(m,b,n) binfodumpbuffer(m,b,n)
|
||||
#else
|
||||
# define nxflat_dumpbuffer(m,b,n)
|
||||
# define nxflat_dumpbuffer(m,b,n)
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
@@ -49,9 +49,9 @@
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_NXFLAT_DUMPBUFFER
|
||||
# define nxflat_dumpbuffer(m,b,n) binfodumpbuffer(m,b,n)
|
||||
# define nxflat_dumpbuffer(m,b,n) binfodumpbuffer(m,b,n)
|
||||
#else
|
||||
# define nxflat_dumpbuffer(m,b,n)
|
||||
# define nxflat_dumpbuffer(m,b,n)
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user