aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/regex
diff options
context:
space:
mode:
authorNikita Slyusarev <nslus@yandex-team.com>2022-02-10 16:46:53 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:53 +0300
commit469afdc4e2587bf62ecdd096b75a0baa444c4012 (patch)
tree49e222ea1c5804306084bb3ae065bb702625360f /library/cpp/regex
parentcd77cecfc03a3eaf87816af28a33067c4f0cdb59 (diff)
downloadydb-469afdc4e2587bf62ecdd096b75a0baa444c4012.tar.gz
Restoring authorship annotation for Nikita Slyusarev <nslus@yandex-team.com>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/regex')
-rw-r--r--library/cpp/regex/hyperscan/ut/ya.make2
-rw-r--r--library/cpp/regex/hyperscan/ya.make2
-rw-r--r--library/cpp/regex/pire/inline/ya.make14
-rw-r--r--library/cpp/regex/pire/ut/ya.make8
-rw-r--r--library/cpp/regex/pire/ya.make14
5 files changed, 20 insertions, 20 deletions
diff --git a/library/cpp/regex/hyperscan/ut/ya.make b/library/cpp/regex/hyperscan/ut/ya.make
index cf0378f4b34..da67b88672a 100644
--- a/library/cpp/regex/hyperscan/ut/ya.make
+++ b/library/cpp/regex/hyperscan/ut/ya.make
@@ -4,7 +4,7 @@ PEERDIR(
library/cpp/regex/hyperscan
)
-OWNER(g:antiinfra)
+OWNER(g:antiinfra)
SRCS(
hyperscan_ut.cpp
diff --git a/library/cpp/regex/hyperscan/ya.make b/library/cpp/regex/hyperscan/ya.make
index cf14c98ea39..e99130ae186 100644
--- a/library/cpp/regex/hyperscan/ya.make
+++ b/library/cpp/regex/hyperscan/ya.make
@@ -1,6 +1,6 @@
LIBRARY()
-OWNER(g:antiinfra)
+OWNER(g:antiinfra)
PEERDIR(
contrib/libs/hyperscan
diff --git a/library/cpp/regex/pire/inline/ya.make b/library/cpp/regex/pire/inline/ya.make
index a922cca8710..d4850f7b457 100644
--- a/library/cpp/regex/pire/inline/ya.make
+++ b/library/cpp/regex/pire/inline/ya.make
@@ -2,18 +2,18 @@ PROGRAM(pire_inline)
CFLAGS(-DPIRE_NO_CONFIG)
-OWNER(
- g:util
- davenger
-)
+OWNER(
+ g:util
+ davenger
+)
PEERDIR(
ADDINCL library/cpp/regex/pire
)
-SRCDIR(
- contrib/libs/pire/pire
-)
+SRCDIR(
+ contrib/libs/pire/pire
+)
SRCS(
inline.l
diff --git a/library/cpp/regex/pire/ut/ya.make b/library/cpp/regex/pire/ut/ya.make
index 97adb509b49..8776695f405 100644
--- a/library/cpp/regex/pire/ut/ya.make
+++ b/library/cpp/regex/pire/ut/ya.make
@@ -2,10 +2,10 @@
UNITTEST()
-OWNER(
- g:util
- davenger
-)
+OWNER(
+ g:util
+ davenger
+)
SET(PIRETESTSDIR contrib/libs/pire/ut)
diff --git a/library/cpp/regex/pire/ya.make b/library/cpp/regex/pire/ya.make
index c36fef64547..c857e6d18bc 100644
--- a/library/cpp/regex/pire/ya.make
+++ b/library/cpp/regex/pire/ya.make
@@ -1,15 +1,15 @@
LIBRARY()
-OWNER(
- g:util
- g:antiinfra
- davenger
- pg
-)
+OWNER(
+ g:util
+ g:antiinfra
+ davenger
+ pg
+)
CFLAGS(-DPIRE_NO_CONFIG)
-SRCDIR(contrib/libs/pire/pire)
+SRCDIR(contrib/libs/pire/pire)
SRCS(
pcre2pire.cpp