mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-12 17:32:32 +00:00
Fix clang-tidy
This commit is contained in:
parent
fc0bca1ff2
commit
15a76b4763
@ -150,9 +150,8 @@ struct SocketInterruptablePollWrapper
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
for (size_t i = 0; i < outputs.size(); ++i)
|
for (auto fd : outputs)
|
||||||
{
|
{
|
||||||
int fd = outputs[i];
|
|
||||||
if (fd != -1)
|
if (fd != -1)
|
||||||
{
|
{
|
||||||
if (fd == sockfd)
|
if (fd == sockfd)
|
||||||
|
Loading…
Reference in New Issue
Block a user