summaryrefslogtreecommitdiffstats
path: root/library/cpp/codecs
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/codecs')
-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 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) {