diff options
| author | anikella <[email protected]> | 2022-02-10 16:50:52 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:52 +0300 |
| commit | 231c91be009a1fd2d4184c44e24669c4ea7887c5 (patch) | |
| tree | 606e4c735b4aec1815007d3d34182ed63dd5c8cd /library/cpp/compproto | |
| parent | c0a1bd5a47467ef8bf618172a331c90a2e70d71f (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/compproto')
| -rw-r--r-- | library/cpp/compproto/huff.h | 4 |
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; |
