diff options
author | Nikita Slyusarev <nslus@yandex-team.com> | 2022-02-10 16:46:53 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:53 +0300 |
commit | 469afdc4e2587bf62ecdd096b75a0baa444c4012 (patch) | |
tree | 49e222ea1c5804306084bb3ae065bb702625360f /library/cpp/lfalloc | |
parent | cd77cecfc03a3eaf87816af28a33067c4f0cdb59 (diff) | |
download | ydb-469afdc4e2587bf62ecdd096b75a0baa444c4012.tar.gz |
Restoring authorship annotation for Nikita Slyusarev <nslus@yandex-team.com>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/lfalloc')
-rw-r--r-- | library/cpp/lfalloc/dbg/ya.make | 12 | ||||
-rw-r--r-- | library/cpp/lfalloc/dbg_info/ya.make | 2 | ||||
-rw-r--r-- | library/cpp/lfalloc/ya.make | 2 | ||||
-rw-r--r-- | library/cpp/lfalloc/yt/ya.make | 4 |
4 files changed, 10 insertions, 10 deletions
diff --git a/library/cpp/lfalloc/dbg/ya.make b/library/cpp/lfalloc/dbg/ya.make index 41817661a1..3dce653a8c 100644 --- a/library/cpp/lfalloc/dbg/ya.make +++ b/library/cpp/lfalloc/dbg/ya.make @@ -1,9 +1,9 @@ LIBRARY() - + OWNER(vskipin) NO_UTIL() - + NO_COMPILER_WARNINGS() IF (ARCH_AARCH64) @@ -14,10 +14,10 @@ ELSE() IF ("${YMAKE}" MATCHES "devtools") CFLAGS(-DYMAKE=1) ENDIF() - CXXFLAGS( - -DLFALLOC_DBG - -DLFALLOC_YT - ) + CXXFLAGS( + -DLFALLOC_DBG + -DLFALLOC_YT + ) SRCS( ../lf_allocX64.cpp ) diff --git a/library/cpp/lfalloc/dbg_info/ya.make b/library/cpp/lfalloc/dbg_info/ya.make index 6a87d86955..efecba5993 100644 --- a/library/cpp/lfalloc/dbg_info/ya.make +++ b/library/cpp/lfalloc/dbg_info/ya.make @@ -1,5 +1,5 @@ LIBRARY() - + OWNER(vskipin) PEERDIR( diff --git a/library/cpp/lfalloc/ya.make b/library/cpp/lfalloc/ya.make index 932dad551d..cace05f9d8 100644 --- a/library/cpp/lfalloc/ya.make +++ b/library/cpp/lfalloc/ya.make @@ -3,7 +3,7 @@ LIBRARY() OWNER(gulin) NO_UTIL() - + NO_COMPILER_WARNINGS() IF (ARCH_AARCH64) diff --git a/library/cpp/lfalloc/yt/ya.make b/library/cpp/lfalloc/yt/ya.make index 18bccb90ae..8c1a4f8a72 100644 --- a/library/cpp/lfalloc/yt/ya.make +++ b/library/cpp/lfalloc/yt/ya.make @@ -1,9 +1,9 @@ LIBRARY() - + OWNER(a-romanov) NO_UTIL() - + NO_COMPILER_WARNINGS() IF (ARCH_AARCH64) |