mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 14:27:37 +08:00
Indent the include statement by two spaces
follow the coding style Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
26361ee1d2
commit
7a8cf7ff70
@@ -47,7 +47,7 @@
|
||||
*/
|
||||
|
||||
#ifdef CONFIG_ARCH_SPARC_V8
|
||||
# include <arch/sparc_v8/irq.h>
|
||||
# include <arch/sparc_v8/irq.h>
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
# include <stdbool.h>
|
||||
#endif
|
||||
|
||||
# include "sparc_v8.h"
|
||||
# include "sparc_v8.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
||||
Reference in New Issue
Block a user