aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/compproto/huff.h
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
commit231c91be009a1fd2d4184c44e24669c4ea7887c5 (patch)
tree606e4c735b4aec1815007d3d34182ed63dd5c8cd /library/cpp/compproto/huff.h
parentc0a1bd5a47467ef8bf618172a331c90a2e70d71f (diff)
downloadydb-231c91be009a1fd2d4184c44e24669c4ea7887c5.tar.gz
Restoring authorship annotation for <anikella@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/compproto/huff.h')
-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 fa5c139189d..7e905caa7fe 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;