Merge pull request #848 from emlslxl/master

cleanup the coding style for include/src.
This commit is contained in:
Bernard Xiong 2017-09-18 16:03:17 +08:00 committed by GitHub
commit ed46356eb4
15 changed files with 226 additions and 225 deletions

View File

@ -1290,7 +1290,8 @@ void (*rt_assert_hook)(const char* ex, const char* func, rt_size_t line);
*
* @param hook the hook function
*/
void rt_assert_set_hook(void (*hook)(const char* ex, const char* func, rt_size_t line)) {
void rt_assert_set_hook(void (*hook)(const char *ex, const char *func, rt_size_t line))
{
rt_assert_hook = hook;
}