diff options
author | neksard <neksard@yandex-team.ru> | 2022-02-10 16:45:23 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:23 +0300 |
commit | 8f7cf138264e0caa318144bf8a2c950e0b0a8593 (patch) | |
tree | 83bf5c8c8047c42d8475e6095df90ccdc3d1b57f /library/cpp/containers | |
parent | d3a398281c6fd1d3672036cb2d63f842d2cb28c5 (diff) | |
download | ydb-8f7cf138264e0caa318144bf8a2c950e0b0a8593.tar.gz |
Restoring authorship annotation for <neksard@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/containers')
-rw-r--r-- | library/cpp/containers/compact_vector/compact_vector.h | 2 | ||||
-rw-r--r-- | library/cpp/containers/comptrie/ut/ya.make | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/library/cpp/containers/compact_vector/compact_vector.h b/library/cpp/containers/compact_vector/compact_vector.h index dbe7473f0cc..269fe925011 100644 --- a/library/cpp/containers/compact_vector/compact_vector.h +++ b/library/cpp/containers/compact_vector/compact_vector.h @@ -6,7 +6,7 @@ #include <util/stream/output.h> #include <util/system/yassert.h> -#include <cstdlib> +#include <cstdlib> // vector that is 8 bytes when empty (TVector is 24 bytes) diff --git a/library/cpp/containers/comptrie/ut/ya.make b/library/cpp/containers/comptrie/ut/ya.make index c4f4666009a..a52e02d2368 100644 --- a/library/cpp/containers/comptrie/ut/ya.make +++ b/library/cpp/containers/comptrie/ut/ya.make @@ -1,9 +1,9 @@ UNITTEST_FOR(library/cpp/containers/comptrie) - + OWNER(alzobnin) -SRCS( - comptrie_ut.cpp -) - -END() +SRCS( + comptrie_ut.cpp +) + +END() |