Indent the include statement by two spaces
follow the coding style Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
dec2cd9635
commit
0acd68b391
@ -42,7 +42,7 @@
|
||||
|
||||
const struct builtin_s g_builtins[] =
|
||||
{
|
||||
# include "builtin_list.h"
|
||||
# include "builtin_list.h"
|
||||
{ NULL, 0, 0, 0 }
|
||||
};
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
|
||||
#ifdef EXAMPLES_FLOWC_HOST
|
||||
#else
|
||||
# include <debug.h>
|
||||
# include <debug.h>
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
#ifdef NETTEST_HOST
|
||||
#else
|
||||
# include <debug.h>
|
||||
# include <debug.h>
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
#ifdef TCPBLASTER_HOST
|
||||
#else
|
||||
# include <debug.h>
|
||||
# include <debug.h>
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
|
@ -27,7 +27,7 @@
|
||||
|
||||
#ifdef EXAMPLES_UDP_HOST
|
||||
#else
|
||||
# include <debug.h>
|
||||
# include <debug.h>
|
||||
#endif
|
||||
|
||||
#include <arpa/inet.h>
|
||||
|
@ -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 */
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -45,7 +45,7 @@
|
||||
#define PDC_RGB 1
|
||||
|
||||
#ifdef CONFIG_PDCURSES_WIDE
|
||||
# include <wchar.h>
|
||||
# include <wchar.h>
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
|
Loading…
x
Reference in New Issue
Block a user