[Kernel] code cleanup for indentation.

This commit is contained in:
Bernard Xiong 2019-05-09 08:57:24 +08:00
parent d729448f5e
commit 43c1236ec9

View File

@ -753,8 +753,8 @@ __again:
if (thread->error != RT_EOK)
{
/* interrupt by signal, try it again */
if (thread->error == -RT_EINTR) goto __again;
/* interrupt by signal, try it again */
if (thread->error == -RT_EINTR) goto __again;
/* return error */
return thread->error;