diff options
author | neksard <neksard@yandex-team.ru> | 2022-02-10 16:45:33 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:33 +0300 |
commit | 1d9c550e7c38e051d7961f576013a482003a70d9 (patch) | |
tree | b2cc84ee7850122e7ccf51d0ea21e4fa7e7a5685 /library/cpp/actors | |
parent | 8f7cf138264e0caa318144bf8a2c950e0b0a8593 (diff) | |
download | ydb-1d9c550e7c38e051d7961f576013a482003a70d9.tar.gz |
Restoring authorship annotation for <neksard@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/actors')
-rw-r--r-- | library/cpp/actors/dnscachelib/timekeeper.h | 4 | ||||
-rw-r--r-- | library/cpp/actors/dnscachelib/ya.make | 16 |
2 files changed, 10 insertions, 10 deletions
diff --git a/library/cpp/actors/dnscachelib/timekeeper.h b/library/cpp/actors/dnscachelib/timekeeper.h index f9074034d28..0528d8549c3 100644 --- a/library/cpp/actors/dnscachelib/timekeeper.h +++ b/library/cpp/actors/dnscachelib/timekeeper.h @@ -7,8 +7,8 @@ #include <util/system/event.h> #include <util/system/env.h> -#include <cstdlib> - +#include <cstdlib> + /* Keeps current time accurate up to 1/10 second */ class TTimeKeeper { diff --git a/library/cpp/actors/dnscachelib/ya.make b/library/cpp/actors/dnscachelib/ya.make index 8c4e83f7257..e3a6ad62027 100644 --- a/library/cpp/actors/dnscachelib/ya.make +++ b/library/cpp/actors/dnscachelib/ya.make @@ -1,13 +1,13 @@ LIBRARY() -OWNER( - davenger - fomichev - serxa - dimanne - single -) - +OWNER( + davenger + fomichev + serxa + dimanne + single +) + SRCS( dnscache.cpp dnscache.h |