mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 21:34:07 +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
+2
-2
@@ -29,10 +29,10 @@
|
||||
#include <nuttx/compiler.h>
|
||||
|
||||
#ifdef CONFIG_ARCH_DEBUG_H
|
||||
# include <arch/debug.h>
|
||||
# include <arch/debug.h>
|
||||
#endif
|
||||
#ifdef CONFIG_ARCH_CHIP_DEBUG_H
|
||||
# include <arch/chip/debug.h>
|
||||
# include <arch/chip/debug.h>
|
||||
#endif
|
||||
|
||||
#include <syslog.h>
|
||||
|
||||
+2
-2
@@ -28,8 +28,8 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#ifndef __ASSEMBLY__
|
||||
# include <stdint.h>
|
||||
# include <stdbool.h>
|
||||
# include <stdint.h>
|
||||
# include <stdbool.h>
|
||||
#endif
|
||||
|
||||
/* Now include architecture-specific types */
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#ifdef CONFIG_CDCECM_COMPOSITE
|
||||
# include <nuttx/usb/composite.h>
|
||||
# include <nuttx/usb/composite.h>
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user