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/ya.make | |
| parent | ac559bd4bb6b11b17dce999cf58c05e08f6087a2 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/threading/equeue/ya.make')
| -rw-r--r-- | library/cpp/threading/equeue/ya.make | 30 |
1 files changed, 15 insertions, 15 deletions
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() |
