diff options
author | ddoarn <[email protected]> | 2022-02-10 16:49:53 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:53 +0300 |
commit | 3bf10d3f40b502d181ef52f5c4602c98cb135360 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/digest/crc32c | |
parent | 0783fe3f48d91a3b741ce2ea32b11fbfc1637e7e (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/digest/crc32c')
-rw-r--r-- | library/cpp/digest/crc32c/ya.make | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/library/cpp/digest/crc32c/ya.make b/library/cpp/digest/crc32c/ya.make index e324c587e55..d6faf16c9c2 100644 --- a/library/cpp/digest/crc32c/ya.make +++ b/library/cpp/digest/crc32c/ya.make @@ -1,5 +1,5 @@ -LIBRARY() - +LIBRARY() + #!!! OWNER( ddoarn @@ -15,8 +15,8 @@ PEERDIR( contrib/libs/crcutil ) -SRCS( +SRCS( crc32c.cpp -) - -END() +) + +END() |