summaryrefslogtreecommitdiffstats
path: root/library/cpp/packedtypes
diff options
context:
space:
mode:
authorneksard <[email protected]>2022-02-10 16:45:23 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:45:23 +0300
commit8f7cf138264e0caa318144bf8a2c950e0b0a8593 (patch)
tree83bf5c8c8047c42d8475e6095df90ccdc3d1b57f /library/cpp/packedtypes
parentd3a398281c6fd1d3672036cb2d63f842d2cb28c5 (diff)
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/packedtypes')
-rw-r--r--library/cpp/packedtypes/ut/ya.make32
-rw-r--r--library/cpp/packedtypes/ya.make10
2 files changed, 21 insertions, 21 deletions
diff --git a/library/cpp/packedtypes/ut/ya.make b/library/cpp/packedtypes/ut/ya.make
index a203115e71e..55a665f0f2f 100644
--- a/library/cpp/packedtypes/ut/ya.make
+++ b/library/cpp/packedtypes/ut/ya.make
@@ -1,19 +1,19 @@
UNITTEST_FOR(library/cpp/packedtypes)
-
-OWNER(
- akhropov
- velavokr
-)
-
-PEERDIR(
+
+OWNER(
+ akhropov
+ velavokr
+)
+
+PEERDIR(
library/cpp/digest/old_crc
-)
-
-SRCS(
- longs_ut.cpp
- packed_ut.cpp
- packedfloat_ut.cpp
+)
+
+SRCS(
+ longs_ut.cpp
+ packed_ut.cpp
+ packedfloat_ut.cpp
zigzag_ut.cpp
-)
-
-END()
+)
+
+END()
diff --git a/library/cpp/packedtypes/ya.make b/library/cpp/packedtypes/ya.make
index 4c2c9506195..b3abf3cb94b 100644
--- a/library/cpp/packedtypes/ya.make
+++ b/library/cpp/packedtypes/ya.make
@@ -1,10 +1,10 @@
LIBRARY()
-OWNER(
- akhropov
- velavokr
-)
-
+OWNER(
+ akhropov
+ velavokr
+)
+
PEERDIR(
library/cpp/streams/zc_memory_input
)