fix code style

This commit is contained in:
emlslxl 2018-02-24 16:10:44 +08:00
parent ef0d5ed3cd
commit 2340408e3c
3 changed files with 67 additions and 66 deletions

View File

@ -275,7 +275,8 @@ void rt_thread_free_sig(rt_thread_t tid)
dbg_log(DBG_LOG, "free signal info list\n"); dbg_log(DBG_LOG, "free signal info list\n");
node = &(si_list->list); node = &(si_list->list);
do { do
{
si_node = rt_slist_entry(node, struct siginfo_node, list); si_node = rt_slist_entry(node, struct siginfo_node, list);
rt_mp_free(si_node); rt_mp_free(si_node);