diff options
author | mel-lain <mel-lain@yandex-team.ru> | 2022-02-10 16:50:27 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:27 +0300 |
commit | 2ddbcd02513ed9f0ec4ebb679e962b7884a388ca (patch) | |
tree | 1cee40ccdde9fc44d82f1f5f103bbc3207af5171 /library/cpp/int128 | |
parent | a1a503bb8b1af3ec4b54d6bbcbcad072247f4479 (diff) | |
download | ydb-2ddbcd02513ed9f0ec4ebb679e962b7884a388ca.tar.gz |
Restoring authorship annotation for <mel-lain@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/int128')
-rw-r--r-- | library/cpp/int128/ut/ya.make | 10 | ||||
-rw-r--r-- | library/cpp/int128/ya.make | 14 |
2 files changed, 12 insertions, 12 deletions
diff --git a/library/cpp/int128/ut/ya.make b/library/cpp/int128/ut/ya.make index fd43531c5f..54396a068b 100644 --- a/library/cpp/int128/ut/ya.make +++ b/library/cpp/int128/ut/ya.make @@ -1,8 +1,8 @@ UNITTEST_FOR(library/cpp/int128) OWNER(vladon) - -SRCS( + +SRCS( int128_ut_helpers.cpp int128_ut_helpers.h int128_ut.cpp @@ -15,6 +15,6 @@ SRCS( i128_division_ut.cpp i128_type_traits_ut.cpp ui128_division_ut.cpp -) - -END() +) + +END() diff --git a/library/cpp/int128/ya.make b/library/cpp/int128/ya.make index 95e453e6f1..7069995d5f 100644 --- a/library/cpp/int128/ya.make +++ b/library/cpp/int128/ya.make @@ -1,13 +1,13 @@ -LIBRARY() - +LIBRARY() + OWNER( vladon # g:zora ) - -SRCS( + +SRCS( int128.cpp int128.h -) - -END() +) + +END() |