From 55fa8c7df8dba9a6fda8a807e529a9d04bd88580 Mon Sep 17 00:00:00 2001 From: mihaild Date: Thu, 10 Feb 2022 16:46:59 +0300 Subject: Restoring authorship annotation for . Commit 2 of 2. --- library/cpp/codecs/ut/codecs_ut.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/cpp/codecs') diff --git a/library/cpp/codecs/ut/codecs_ut.cpp b/library/cpp/codecs/ut/codecs_ut.cpp index 87d95ef086c..caf6089aef7 100644 --- a/library/cpp/codecs/ut/codecs_ut.cpp +++ b/library/cpp/codecs/ut/codecs_ut.cpp @@ -1219,7 +1219,7 @@ private: { THuffmanCodec codec; - std::pair freqs[256]; + std::pair freqs[256]; for (size_t i = 0; i < Y_ARRAY_SIZE(freqs); ++i) { freqs[i].first = (char)i; -- cgit v1.3