diff options
author | neksard <neksard@yandex-team.ru> | 2022-02-10 16:45:33 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:33 +0300 |
commit | 1d9c550e7c38e051d7961f576013a482003a70d9 (patch) | |
tree | b2cc84ee7850122e7ccf51d0ea21e4fa7e7a5685 /library/cpp/containers | |
parent | 8f7cf138264e0caa318144bf8a2c950e0b0a8593 (diff) | |
download | ydb-1d9c550e7c38e051d7961f576013a482003a70d9.tar.gz |
Restoring authorship annotation for <neksard@yandex-team.ru>. Commit 2 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 269fe925011..dbe7473f0cc 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 a52e02d2368..c4f4666009a 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() |