From 72cb13b4aff9bc9cf22e49251bc8fd143f82538f Mon Sep 17 00:00:00 2001 From: Anton Samokhvalov Date: Thu, 10 Feb 2022 16:45:15 +0300 Subject: Restoring authorship annotation for Anton Samokhvalov . Commit 1 of 2. --- library/cpp/lfalloc/ya.make | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'library/cpp/lfalloc/ya.make') diff --git a/library/cpp/lfalloc/ya.make b/library/cpp/lfalloc/ya.make index cace05f9d80..efe2fa7eeb6 100644 --- a/library/cpp/lfalloc/ya.make +++ b/library/cpp/lfalloc/ya.make @@ -1,21 +1,21 @@ -LIBRARY() - +LIBRARY() + OWNER(gulin) NO_UTIL() NO_COMPILER_WARNINGS() -IF (ARCH_AARCH64) - PEERDIR( - contrib/libs/jemalloc - ) -ELSE() - SRCS( - lf_allocX64.cpp - ) +IF (ARCH_AARCH64) + PEERDIR( + contrib/libs/jemalloc + ) +ELSE() + SRCS( + lf_allocX64.cpp + ) ENDIF() - + PEERDIR( library/cpp/malloc/api ) -- cgit v1.3