Browse Source

[Kernel] code cleanup for indentation.

Bernard Xiong 6 years ago
parent
commit
43c1236ec9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/ipc.c

+ 2 - 2
src/ipc.c

@@ -753,8 +753,8 @@ __again:
 
 
                 if (thread->error != RT_EOK)
                 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 error */
                     return thread->error;
                     return thread->error;