This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 867897ad533648540c1379c7e68b18676734d6b9 Author: YAMAMOTO Takashi <yamam...@midokura.com> AuthorDate: Tue Dec 20 01:28:28 2022 +0900 interpreters/toywasm/src/toywasm_config.c: add an empty section I feel this should be fixed in nxstyle. This is a separate commit to make a revert easier. --- interpreters/toywasm/src/toywasm_config.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/interpreters/toywasm/src/toywasm_config.c b/interpreters/toywasm/src/toywasm_config.c index 56c7f85d1..26c13da43 100644 --- a/interpreters/toywasm/src/toywasm_config.c +++ b/interpreters/toywasm/src/toywasm_config.c @@ -18,6 +18,10 @@ * ****************************************************************************/ +/**************************************************************************** + * Private Functions + ****************************************************************************/ + /**************************************************************************** * Public Data ****************************************************************************/