fix code indent.
This commit is contained in:
parent
30cbe3cc3e
commit
78c9ddef86
|
@ -1140,7 +1140,7 @@ rt_err_t rt_event_recv(rt_event_t event,
|
||||||
{
|
{
|
||||||
/* set received event */
|
/* set received event */
|
||||||
if (recved)
|
if (recved)
|
||||||
*recved = (event->set & set);
|
*recved = (event->set & set);
|
||||||
|
|
||||||
/* received event */
|
/* received event */
|
||||||
if (option & RT_EVENT_FLAG_CLEAR)
|
if (option & RT_EVENT_FLAG_CLEAR)
|
||||||
|
|
Loading…
Reference in New Issue