From 469afdc4e2587bf62ecdd096b75a0baa444c4012 Mon Sep 17 00:00:00 2001 From: Nikita Slyusarev Date: Thu, 10 Feb 2022 16:46:53 +0300 Subject: Restoring authorship annotation for Nikita Slyusarev . Commit 2 of 2. --- library/cpp/lfalloc/dbg/ya.make | 12 ++++++------ library/cpp/lfalloc/dbg_info/ya.make | 2 +- library/cpp/lfalloc/ya.make | 2 +- library/cpp/lfalloc/yt/ya.make | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) (limited to 'library/cpp/lfalloc') diff --git a/library/cpp/lfalloc/dbg/ya.make b/library/cpp/lfalloc/dbg/ya.make index 41817661a1c..3dce653a8c8 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 6a87d869553..efecba59934 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 932dad551dc..cace05f9d80 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 18bccb90ae0..8c1a4f8a72e 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) -- cgit v1.3