fix code indent.

This commit is contained in:
pathletboy 2015-11-23 13:23:55 +08:00
parent 30cbe3cc3e
commit 78c9ddef86
1 changed files with 1 additions and 1 deletions

View File

@ -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)