diff options
author | vlmarkov <vlmarkov@yandex-team.ru> | 2022-02-10 16:46:07 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:07 +0300 |
commit | dbd3185956979f21ea16ef90c1ba4aa2d6a75fae (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /library/cpp/codecs | |
parent | 6a382399c9a1053abd7d772ec30ca9873f7429a1 (diff) | |
download | ydb-dbd3185956979f21ea16ef90c1ba4aa2d6a75fae.tar.gz |
Restoring authorship annotation for <vlmarkov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/codecs')
-rw-r--r-- | library/cpp/codecs/greedy_dict/gd_stats.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/codecs/greedy_dict/gd_stats.h b/library/cpp/codecs/greedy_dict/gd_stats.h index 9a5cee4219..b63c4c38d2 100644 --- a/library/cpp/codecs/greedy_dict/gd_stats.h +++ b/library/cpp/codecs/greedy_dict/gd_stats.h @@ -61,12 +61,12 @@ namespace NGreedyDict { switch (score) { case ES_LEN_COUNT: m = len; - [[fallthrough]]; + [[fallthrough]]; case ES_COUNT: return m * count; case ES_LEN_SIMPLE: m = len; - [[fallthrough]]; + [[fallthrough]]; case ES_SIMPLE: return m * SimpleTest(modelp, count, total); case ES_SOLAR: |