From bff7afca12aa36d5eb63701e46c722eecb93743f Mon Sep 17 00:00:00 2001 From: bernard Date: Sun, 15 Oct 2017 23:00:47 +0800 Subject: [PATCH] [cplusplus] Add newline in the end of file. --- components/cplusplus/crt_init.c | 1 + 1 file changed, 1 insertion(+) diff --git a/components/cplusplus/crt_init.c b/components/cplusplus/crt_init.c index 12c92dc6f..6a05b00de 100755 --- a/components/cplusplus/crt_init.c +++ b/components/cplusplus/crt_init.c @@ -82,3 +82,4 @@ int cplusplus_system_init(void) return 0; } INIT_COMPONENT_EXPORT(cplusplus_system_init); + -- GitLab