From fcd93d3533aed781986b121b1362ca188bd96367 Mon Sep 17 00:00:00 2001 From: ijon Date: Thu, 10 Feb 2022 16:49:57 +0300 Subject: Restoring authorship annotation for . Commit 2 of 2. --- library/cpp/lfalloc/lf_allocX64.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'library/cpp/lfalloc') diff --git a/library/cpp/lfalloc/lf_allocX64.h b/library/cpp/lfalloc/lf_allocX64.h index a70ef919b94..fd2a906d6ff 100644 --- a/library/cpp/lfalloc/lf_allocX64.h +++ b/library/cpp/lfalloc/lf_allocX64.h @@ -43,7 +43,7 @@ static inline long AtomicSub(TAtomic& a, long b) { #pragma comment(lib, "synchronization.lib") -#ifndef NDEBUG +#ifndef NDEBUG #define Y_ASSERT_NOBT(x) \ { \ if (IsDebuggerPresent()) { \ @@ -119,7 +119,7 @@ static inline long AtomicSub(TAtomic& a, long b) { #define Y_ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) #endif -#ifndef NDEBUG +#ifndef NDEBUG #define DBG_FILL_MEMORY static bool FillMemoryOnAllocation = true; #endif -- cgit v1.3