diff options
author | lunc <lunc@yandex-team.ru> | 2022-02-10 16:49:39 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:39 +0300 |
commit | 2a5efb07f92ee222959e5f3f26eddd1d6c7fd7da (patch) | |
tree | dcbe7da9d893c470a4fb41c159d7c232a1fb2613 /util/network/poller.cpp | |
parent | 1ef52da9919aaa7ec7e3c51da7fdaa637ab133b7 (diff) | |
download | ydb-2a5efb07f92ee222959e5f3f26eddd1d6c7fd7da.tar.gz |
Restoring authorship annotation for <lunc@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/network/poller.cpp')
-rw-r--r-- | util/network/poller.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/network/poller.cpp b/util/network/poller.cpp index 7954d0e8b5..d19a1a9893 100644 --- a/util/network/poller.cpp +++ b/util/network/poller.cpp @@ -16,7 +16,7 @@ public: for (size_t i = 0; i < ret; ++i) { ev[i] = ExtractEvent(&events[i]); - } + } return ret; } |