From 0acd68b391244d8edf5c3bc78e2b0ce818868a5b Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Sat, 13 May 2023 16:53:42 +0800 Subject: [PATCH] Indent the include statement by two spaces follow the coding style Signed-off-by: Xiang Xiao --- builtin/builtin_list.c | 2 +- examples/flowc/flowc.h | 2 +- examples/nettest/nettest.h | 2 +- examples/tcpblaster/tcpblaster.h | 2 +- examples/udp/udp.h | 2 +- examples/webserver/webserver_main.c | 2 +- graphics/nxwidgets/Doxygen/Doxyfile | 4 ++-- graphics/nxwm/Doxygen/Doxyfile | 4 ++-- include/graphics/curses.h | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/builtin/builtin_list.c b/builtin/builtin_list.c index d7a7d02d2..825c53a3c 100644 --- a/builtin/builtin_list.c +++ b/builtin/builtin_list.c @@ -42,7 +42,7 @@ const struct builtin_s g_builtins[] = { -# include "builtin_list.h" +# include "builtin_list.h" { NULL, 0, 0, 0 } }; diff --git a/examples/flowc/flowc.h b/examples/flowc/flowc.h index 2e7bd07b6..8f9b3eb2b 100644 --- a/examples/flowc/flowc.h +++ b/examples/flowc/flowc.h @@ -27,7 +27,7 @@ #ifdef EXAMPLES_FLOWC_HOST #else -# include +# include #endif /**************************************************************************** diff --git a/examples/nettest/nettest.h b/examples/nettest/nettest.h index 9a9e8bd58..d49e7de31 100644 --- a/examples/nettest/nettest.h +++ b/examples/nettest/nettest.h @@ -29,7 +29,7 @@ #ifdef NETTEST_HOST #else -# include +# include #endif /**************************************************************************** diff --git a/examples/tcpblaster/tcpblaster.h b/examples/tcpblaster/tcpblaster.h index 421f87e6c..97d5bd37c 100644 --- a/examples/tcpblaster/tcpblaster.h +++ b/examples/tcpblaster/tcpblaster.h @@ -29,7 +29,7 @@ #ifdef TCPBLASTER_HOST #else -# include +# include #endif /**************************************************************************** diff --git a/examples/udp/udp.h b/examples/udp/udp.h index 35f0f8220..77d1f9289 100644 --- a/examples/udp/udp.h +++ b/examples/udp/udp.h @@ -27,7 +27,7 @@ #ifdef EXAMPLES_UDP_HOST #else -# include +# include #endif #include diff --git a/examples/webserver/webserver_main.c b/examples/webserver/webserver_main.c index 4fa508c1f..d13b332eb 100644 --- a/examples/webserver/webserver_main.c +++ b/examples/webserver/webserver_main.c @@ -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 */ diff --git a/graphics/nxwidgets/Doxygen/Doxyfile b/graphics/nxwidgets/Doxygen/Doxyfile index 45ab1094e..b80c12a02 100644 --- a/graphics/nxwidgets/Doxygen/Doxyfile +++ b/graphics/nxwidgets/Doxygen/Doxyfile @@ -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 diff --git a/graphics/nxwm/Doxygen/Doxyfile b/graphics/nxwm/Doxygen/Doxyfile index 45ab1094e..b80c12a02 100644 --- a/graphics/nxwm/Doxygen/Doxyfile +++ b/graphics/nxwm/Doxygen/Doxyfile @@ -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 diff --git a/include/graphics/curses.h b/include/graphics/curses.h index 5fd19667c..5a6993128 100644 --- a/include/graphics/curses.h +++ b/include/graphics/curses.h @@ -45,7 +45,7 @@ #define PDC_RGB 1 #ifdef CONFIG_PDCURSES_WIDE -# include +# include #endif /****************************************************************************