Skip to content

Commit 43c1236

Browse files
committed
[Kernel] code cleanup for indentation.
1 parent d729448 commit 43c1236

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ipc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -753,8 +753,8 @@ rt_err_t rt_mutex_take(rt_mutex_t mutex, rt_int32_t time)
753753

754754
if (thread->error != RT_EOK)
755755
{
756-
/* interrupt by signal, try it again */
757-
if (thread->error == -RT_EINTR) goto __again;
756+
/* interrupt by signal, try it again */
757+
if (thread->error == -RT_EINTR) goto __again;
758758

759759
/* return error */
760760
return thread->error;

0 commit comments

Comments
 (0)