aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
diff options
context:
space:
mode:
authorderrior <derrior@yandex-team.ru>2022-02-10 16:47:29 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:29 +0300
commit23d4769f0fea97cfb1028710e50f2b5ecd0ac2c0 (patch)
tree9814fbd1c3effac9b8377c5d604b367b14e2db55 /library/cpp
parent9365a6d84363f5cb52059d1867c1fbf075ea63c3 (diff)
downloadydb-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.cpp6
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) {