Indent the include statement by two spaces

follow the coding style

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2023-05-13 16:53:42 +08:00 committed by Alan Carvalho de Assis
parent dec2cd9635
commit 0acd68b391
9 changed files with 11 additions and 11 deletions

View File

@ -42,7 +42,7 @@
const struct builtin_s g_builtins[] =
{
# include "builtin_list.h"
# include "builtin_list.h"
{ NULL, 0, 0, 0 }
};

View File

@ -27,7 +27,7 @@
#ifdef EXAMPLES_FLOWC_HOST
#else
# include <debug.h>
# include <debug.h>
#endif
/****************************************************************************

View File

@ -29,7 +29,7 @@
#ifdef NETTEST_HOST
#else
# include <debug.h>
# include <debug.h>
#endif
/****************************************************************************

View File

@ -29,7 +29,7 @@
#ifdef TCPBLASTER_HOST
#else
# include <debug.h>
# include <debug.h>
#endif
/****************************************************************************

View File

@ -27,7 +27,7 @@
#ifdef EXAMPLES_UDP_HOST
#else
# include <debug.h>
# include <debug.h>
#endif
#include <arpa/inet.h>

View File

@ -69,7 +69,7 @@
/* DHCPC may be used in conjunction with any other feature (or not) */
#ifdef CONFIG_EXAMPLES_WEBSERVER_DHCPC
# include "netutils/dhcpc.h"
# include "netutils/dhcpc.h"
#endif
/* Include uIP webserver definitions */

View File

@ -63,7 +63,7 @@ CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
# If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
# include brief member descriptions after the members that are listed in
# include brief member descriptions after the members that are listed in
# the file and class documentation (similar to JavaDoc).
# Set to NO to disable this.
@ -1084,7 +1084,7 @@ USE_PDFLATEX = YES
LATEX_BATCHMODE = NO
# If LATEX_HIDE_INDICES is set to YES then doxygen will not
# include the index chapters (such as File Index, Compound Index, etc.)
# include the index chapters (such as File Index, Compound Index, etc.)
# in the output.
LATEX_HIDE_INDICES = NO

View File

@ -63,7 +63,7 @@ CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
# If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
# include brief member descriptions after the members that are listed in
# include brief member descriptions after the members that are listed in
# the file and class documentation (similar to JavaDoc).
# Set to NO to disable this.
@ -1084,7 +1084,7 @@ USE_PDFLATEX = YES
LATEX_BATCHMODE = NO
# If LATEX_HIDE_INDICES is set to YES then doxygen will not
# include the index chapters (such as File Index, Compound Index, etc.)
# include the index chapters (such as File Index, Compound Index, etc.)
# in the output.
LATEX_HIDE_INDICES = NO

View File

@ -45,7 +45,7 @@
#define PDC_RGB 1
#ifdef CONFIG_PDCURSES_WIDE
# include <wchar.h>
# include <wchar.h>
#endif
/****************************************************************************