4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-03-02 09:35:28 +08:00

[cplusplus] Add newline in the end of file.

This commit is contained in:
bernard 2017-10-15 23:00:47 +08:00
parent a8e0711a6b
commit bff7afca12

View File

@ -82,3 +82,4 @@ int cplusplus_system_init(void)
return 0;
}
INIT_COMPONENT_EXPORT(cplusplus_system_init);