summaryrefslogtreecommitdiffstats
path: root/library/cpp/codecs
diff options
context:
space:
mode:
authorvlmarkov <[email protected]>2022-02-10 16:46:06 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:46:06 +0300
commit6a382399c9a1053abd7d772ec30ca9873f7429a1 (patch)
treef13f43c75b816da6bd8ee13cda92798d3956663f /library/cpp/codecs
parentce2ad6f6a6f6025e37fb7f8debe7cefd3aa2307c (diff)
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/codecs')
-rw-r--r--library/cpp/codecs/greedy_dict/gd_stats.h4
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 b63c4c38d23..9a5cee4219b 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: