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