diff options
author | derrior <derrior@yandex-team.ru> | 2022-02-10 16:47:29 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:29 +0300 |
commit | 9365a6d84363f5cb52059d1867c1fbf075ea63c3 (patch) | |
tree | 9a7214acba4994a6c343e6fbc99aa42411833a7a /contrib/libs/brotli/dec/prefix.h | |
parent | 5aed5c3e0cbd6dc139d35a72836d39fc1896a108 (diff) | |
download | ydb-9365a6d84363f5cb52059d1867c1fbf075ea63c3.tar.gz |
Restoring authorship annotation for <derrior@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/brotli/dec/prefix.h')
-rw-r--r-- | contrib/libs/brotli/dec/prefix.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libs/brotli/dec/prefix.h b/contrib/libs/brotli/dec/prefix.h index 3ea062d84a..a0331ba0de 100644 --- a/contrib/libs/brotli/dec/prefix.h +++ b/contrib/libs/brotli/dec/prefix.h @@ -5,7 +5,7 @@ */ /* Lookup tables to map prefix codes to value ranges. This is used during - decoding of the block lengths, literal insertion lengths and copy lengths. */ + decoding of the block lengths, literal insertion lengths and copy lengths. */ #ifndef BROTLI_DEC_PREFIX_H_ #define BROTLI_DEC_PREFIX_H_ @@ -13,8 +13,8 @@ #include "../common/constants.h" #include <brotli/types.h> -/* Represents the range of values belonging to a prefix code: - [offset, offset + 2^nbits) */ +/* Represents the range of values belonging to a prefix code: + [offset, offset + 2^nbits) */ struct PrefixCodeRange { uint16_t offset; uint8_t nbits; |