diff options
author | derrior <derrior@yandex-team.ru> | 2022-02-10 16:47:29 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:29 +0300 |
commit | 23d4769f0fea97cfb1028710e50f2b5ecd0ac2c0 (patch) | |
tree | 9814fbd1c3effac9b8377c5d604b367b14e2db55 /library/cpp | |
parent | 9365a6d84363f5cb52059d1867c1fbf075ea63c3 (diff) | |
download | ydb-23d4769f0fea97cfb1028710e50f2b5ecd0ac2c0.tar.gz |
Restoring authorship annotation for <derrior@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp')
-rw-r--r-- | library/cpp/codecs/codecs_registry.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/codecs/codecs_registry.cpp b/library/cpp/codecs/codecs_registry.cpp index 619c3421e4..17d07062ab 100644 --- a/library/cpp/codecs/codecs_registry.cpp +++ b/library/cpp/codecs/codecs_registry.cpp @@ -179,9 +179,9 @@ namespace NCodecs { TRegistry Registry; TBlockCodecsFactory() { - for (TStringBuf codec : NBlockCodecs::ListAllCodecs()) { - Register(codec); - } + for (TStringBuf codec : NBlockCodecs::ListAllCodecs()) { + Register(codec); + } } void Register(TStringBuf name) { |