diff options
author | Nikita Slyusarev <[email protected]> | 2022-02-10 16:46:52 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:52 +0300 |
commit | cd77cecfc03a3eaf87816af28a33067c4f0cdb59 (patch) | |
tree | 1308e0bae862d52e0020d881fe758080437fe389 /library/cpp/regex/pire | |
parent | cdae02d225fb5b3afbb28990e79a7ac6c9125327 (diff) |
Restoring authorship annotation for Nikita Slyusarev <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/regex/pire')
-rw-r--r-- | library/cpp/regex/pire/inline/ya.make | 14 | ||||
-rw-r--r-- | library/cpp/regex/pire/ut/ya.make | 8 | ||||
-rw-r--r-- | library/cpp/regex/pire/ya.make | 14 |
3 files changed, 18 insertions, 18 deletions
diff --git a/library/cpp/regex/pire/inline/ya.make b/library/cpp/regex/pire/inline/ya.make index d4850f7b457..a922cca8710 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 8776695f405..97adb509b49 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 c857e6d18bc..c36fef64547 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 |