diff options
author | vlmarkov <vlmarkov@yandex-team.ru> | 2022-02-10 16:46:06 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:06 +0300 |
commit | 6a382399c9a1053abd7d772ec30ca9873f7429a1 (patch) | |
tree | f13f43c75b816da6bd8ee13cda92798d3956663f /library/cpp/regex/hyperscan | |
parent | ce2ad6f6a6f6025e37fb7f8debe7cefd3aa2307c (diff) | |
download | ydb-6a382399c9a1053abd7d772ec30ca9873f7429a1.tar.gz |
Restoring authorship annotation for <vlmarkov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/regex/hyperscan')
-rw-r--r-- | library/cpp/regex/hyperscan/hyperscan.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/regex/hyperscan/hyperscan.cpp b/library/cpp/regex/hyperscan/hyperscan.cpp index ba321f9c29..b29c8f8a0f 100644 --- a/library/cpp/regex/hyperscan/hyperscan.cpp +++ b/library/cpp/regex/hyperscan/hyperscan.cpp @@ -33,7 +33,7 @@ namespace NHyperscan { switch (runtime) { default: Y_ASSERT(false); - [[fallthrough]]; + [[fallthrough]]; case ERuntime::Core2: case ERuntime::Corei7: return 0; @@ -57,7 +57,7 @@ namespace NHyperscan { switch (runtime) { default: Y_ASSERT(false); - [[fallthrough]]; + [[fallthrough]]; case ERuntime::Core2: AllocScratch = core2_hs_alloc_scratch; Scan = core2_hs_scan; |