mirror of
https://github.com/espressif/openthread.git
synced 2026-08-26 04:09:52 +00:00
[style] upgrade clang-format and clang-tidy from 14 to 16 (#11682)
This commit is contained in:
@@ -216,8 +216,8 @@ void platformUartProcess(void)
|
||||
ssize_t rval;
|
||||
const int error_flags = POLLERR | POLLNVAL | POLLHUP;
|
||||
struct pollfd pollfd[] = {
|
||||
{s_in_fd, POLLIN | error_flags, 0},
|
||||
{s_out_fd, POLLOUT | error_flags, 0},
|
||||
{s_in_fd, POLLIN | error_flags, 0},
|
||||
{s_out_fd, POLLOUT | error_flags, 0},
|
||||
};
|
||||
|
||||
errno = 0;
|
||||
|
||||
Reference in New Issue
Block a user