Browse Source

fix code indent.

pathletboy 9 years ago
parent
commit
78c9ddef86
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ipc.c

+ 1 - 1
src/ipc.c

@@ -1140,7 +1140,7 @@ rt_err_t rt_event_recv(rt_event_t   event,
     {
         /* set received event */
         if (recved)
-        	*recved = (event->set & set);
+            *recved = (event->set & set);
 
         /* received event */
         if (option & RT_EVENT_FLAG_CLEAR)