aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/digest/crc32c
diff options
context:
space:
mode:
authorddoarn <ddoarn@yandex-team.ru>2022-02-10 16:49:53 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:53 +0300
commit3bf10d3f40b502d181ef52f5c4602c98cb135360 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/digest/crc32c
parent0783fe3f48d91a3b741ce2ea32b11fbfc1637e7e (diff)
downloadydb-3bf10d3f40b502d181ef52f5c4602c98cb135360.tar.gz
Restoring authorship annotation for <ddoarn@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/digest/crc32c')
-rw-r--r--library/cpp/digest/crc32c/ya.make12
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()