From 23d4769f0fea97cfb1028710e50f2b5ecd0ac2c0 Mon Sep 17 00:00:00 2001 From: derrior Date: Thu, 10 Feb 2022 16:47:29 +0300 Subject: Restoring authorship annotation for . Commit 2 of 2. --- library/cpp/codecs/codecs_registry.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'library/cpp/codecs') diff --git a/library/cpp/codecs/codecs_registry.cpp b/library/cpp/codecs/codecs_registry.cpp index 619c3421e40..17d07062ab4 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) { -- cgit v1.3