diff options
author | galtsev <galtsev@yandex-team.ru> | 2022-02-10 16:49:32 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:32 +0300 |
commit | 1503061b80644305b2e6dd1327b57118e35ebd31 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/regex/hyperscan | |
parent | b3770c4662dc5be7135e21630d44f69d0787c167 (diff) | |
download | ydb-1503061b80644305b2e6dd1327b57118e35ebd31.tar.gz |
Restoring authorship annotation for <galtsev@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/regex/hyperscan')
-rw-r--r-- | library/cpp/regex/hyperscan/hyperscan.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/regex/hyperscan/hyperscan.h b/library/cpp/regex/hyperscan/hyperscan.h index f116d683d8d..1c8f4043892 100644 --- a/library/cpp/regex/hyperscan/hyperscan.h +++ b/library/cpp/regex/hyperscan/hyperscan.h @@ -123,8 +123,8 @@ namespace NHyperscan { TDatabase CompileMulti( const TVector<const char*>& regexs, const TVector<unsigned int>& flags, - const TVector<unsigned int>& ids, - const TVector<const hs_expr_ext_t*>* extendedParameters = nullptr); + const TVector<unsigned int>& ids, + const TVector<const hs_expr_ext_t*>* extendedParameters = nullptr); TDatabase CompileMulti( const TVector<const char*>& regexs, |