aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/compproto
diff options
context:
space:
mode:
authoranikella <anikella@yandex-team.ru>2022-02-10 16:50:52 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:52 +0300
commitaae523fee7a5dc0b76bc9ef82b5df543ac40984a (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/compproto
parent231c91be009a1fd2d4184c44e24669c4ea7887c5 (diff)
downloadydb-aae523fee7a5dc0b76bc9ef82b5df543ac40984a.tar.gz
Restoring authorship annotation for <anikella@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/compproto')
-rw-r--r--library/cpp/compproto/huff.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/compproto/huff.h b/library/cpp/compproto/huff.h
index 7e905caa7fe..fa5c139189d 100644
--- a/library/cpp/compproto/huff.h
+++ b/library/cpp/compproto/huff.h
@@ -11,7 +11,7 @@
#include "compressor.h"
-namespace NCompProto {
+namespace NCompProto {
template <size_t CacheSize, typename TEntry>
struct TCache {
ui32 CacheKey[CacheSize];
@@ -35,7 +35,7 @@ namespace NCompProto {
}
}
};
-
+
struct TCode {
i64 Probability;
ui32 Start;