mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-17 16:32:14 +08:00
Trim trailing spaces of components/libc/posix/io/poll/poll.c
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#include "poll.h"
|
||||
|
||||
|
||||
enum rt_poll_status
|
||||
enum rt_poll_status
|
||||
{
|
||||
RT_POLL_STAT_INIT, /**< Poll operation initialization status. */
|
||||
RT_POLL_STAT_TRIG, /**< Poll operation triggered status. */
|
||||
@@ -31,7 +31,7 @@ enum rt_poll_status
|
||||
};
|
||||
|
||||
|
||||
struct rt_poll_table
|
||||
struct rt_poll_table
|
||||
{
|
||||
rt_pollreq_t req; /**< Poll request. */
|
||||
enum rt_poll_status status; /**< Status of the poll operation. */
|
||||
@@ -40,7 +40,7 @@ struct rt_poll_table
|
||||
};
|
||||
|
||||
|
||||
struct rt_poll_node
|
||||
struct rt_poll_node
|
||||
{
|
||||
struct rt_wqueue_node wqn; /**< Wait queue node for the poll node. */
|
||||
struct rt_poll_table *pt; /**< Pointer to the parent poll table. */
|
||||
|
Reference in New Issue
Block a user