aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/lfalloc
diff options
context:
space:
mode:
authorNikita Slyusarev <nslus@yandex-team.com>2022-02-10 16:46:52 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:52 +0300
commitcd77cecfc03a3eaf87816af28a33067c4f0cdb59 (patch)
tree1308e0bae862d52e0020d881fe758080437fe389 /library/cpp/lfalloc
parentcdae02d225fb5b3afbb28990e79a7ac6c9125327 (diff)
downloadydb-cd77cecfc03a3eaf87816af28a33067c4f0cdb59.tar.gz
Restoring authorship annotation for Nikita Slyusarev <nslus@yandex-team.com>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/lfalloc')
-rw-r--r--library/cpp/lfalloc/dbg/ya.make12
-rw-r--r--library/cpp/lfalloc/dbg_info/ya.make2
-rw-r--r--library/cpp/lfalloc/ya.make2
-rw-r--r--library/cpp/lfalloc/yt/ya.make4
4 files changed, 10 insertions, 10 deletions
diff --git a/library/cpp/lfalloc/dbg/ya.make b/library/cpp/lfalloc/dbg/ya.make
index 3dce653a8c..41817661a1 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 efecba5993..6a87d86955 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 cace05f9d8..932dad551d 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 8c1a4f8a72..18bccb90ae 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)