diff options
| author | v01d <[email protected]> | 2022-02-10 16:49:40 +0300 | 
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:40 +0300 | 
| commit | fa8b0420162dd36d4f569fdc3f63da0bef8bb8c7 (patch) | |
| tree | ecec7ec14d9261b76724eeb69ab158c45a970dc4 /library/cpp/threading/equeue | |
| parent | ac559bd4bb6b11b17dce999cf58c05e08f6087a2 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/threading/equeue')
| -rw-r--r-- | library/cpp/threading/equeue/ut/ya.make | 32 | ||||
| -rw-r--r-- | library/cpp/threading/equeue/ya.make | 30 | 
2 files changed, 31 insertions, 31 deletions
diff --git a/library/cpp/threading/equeue/ut/ya.make b/library/cpp/threading/equeue/ut/ya.make index 2f6293d47de..2f6568dceb3 100644 --- a/library/cpp/threading/equeue/ut/ya.make +++ b/library/cpp/threading/equeue/ut/ya.make @@ -1,18 +1,18 @@ -UNITTEST() - -OWNER( -    g:base -    g:middle -) - -PEERDIR( +UNITTEST()  +  +OWNER(  +    g:base  +    g:middle  +)  +  +PEERDIR(       ADDINCL library/cpp/threading/equeue -) - +)  +   SRCDIR(library/cpp/threading/equeue) - -SRCS( -    equeue_ut.cpp -) - -END() +  +SRCS(  +    equeue_ut.cpp  +)  +  +END()  diff --git a/library/cpp/threading/equeue/ya.make b/library/cpp/threading/equeue/ya.make index 314f4d3c863..707ff69ba6a 100644 --- a/library/cpp/threading/equeue/ya.make +++ b/library/cpp/threading/equeue/ya.make @@ -1,15 +1,15 @@ -LIBRARY() - -OWNER( -    g:base -    g:middle -    ironpeter -    mvel -) - -SRCS( -    equeue.h -    equeue.cpp -) - -END() +LIBRARY()  +  +OWNER(  +    g:base  +    g:middle  +    ironpeter  +    mvel  +)  +  +SRCS(  +    equeue.h  +    equeue.cpp  +)  +  +END()   | 
