diff options
author | ironpeter <[email protected]> | 2022-02-10 16:49:52 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:52 +0300 |
commit | edee5b99e1eec042f46725b89dcd81ea7e41d663 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/codecs/float_huffman.h | |
parent | ff97837ecc5972a00cb395483d8856566738375c (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/codecs/float_huffman.h')
-rw-r--r-- | library/cpp/codecs/float_huffman.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/codecs/float_huffman.h b/library/cpp/codecs/float_huffman.h index 9084fe1b15b..786a8eae1d0 100644 --- a/library/cpp/codecs/float_huffman.h +++ b/library/cpp/codecs/float_huffman.h @@ -1,14 +1,14 @@ -#pragma once +#pragma once #include <util/generic/array_ref.h> #include <util/generic/vector.h> #include <util/generic/strbuf.h> - + #include <array> namespace NCodecs::NFloatHuff { TString Encode(TArrayRef<const float> factors); - + class TDecoder { public: explicit TDecoder(TStringBuf data); |