Skip to content

Commit 1297b89

Browse files
authored
Clean up formatting in thread.c
Removed unnecessary blank line in thread.c.
1 parent 321277e commit 1297b89

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/thread.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,6 @@ rt_err_t rt_thread_suspend_to_list(rt_thread_t thread, rt_list_t *susp_list, int
956956
/* The new suspend operation will halt the tick timer. */
957957
LOG_D("Thread [%s]'s timer has been halted.\n", thread->parent.name);
958958
rt_sched_thread_timer_stop(thread);
959-
960959
}
961960
/* Map suspend_flag to corresponding thread suspend state value */
962961
rt_uint8_t new_suspend_state;
@@ -994,7 +993,7 @@ rt_err_t rt_thread_suspend_to_list(rt_thread_t thread, rt_list_t *susp_list, int
994993
{
995994
RT_ASSERT(thread == rt_thread_self());
996995
}
997-
996+
998997
#ifdef RT_USING_SMART
999998
if (thread->lwp)
1000999
{

0 commit comments

Comments
 (0)