diff options
| author | mel-lain <[email protected]> | 2022-02-10 16:50:27 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:27 +0300 |
| commit | 08975a5c39bf978bb9aabc6507fc6bc97bbc1fb8 (patch) | |
| tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/int128 | |
| parent | 2ddbcd02513ed9f0ec4ebb679e962b7884a388ca (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 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 54396a068bf..fd43531c5fd 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 7069995d5f0..95e453e6f1a 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() |
