diff options
| author | vskipin <[email protected]> | 2022-02-10 16:46:00 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:00 +0300 |
| commit | 4d8b546b89b5afc08cf3667e176271c7ba935f33 (patch) | |
| tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /library/cpp/ytalloc/api/ytalloc.h | |
| parent | 4e4b78bd7b67e2533da4dbb9696374a6d6068e32 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/ytalloc/api/ytalloc.h')
| -rw-r--r-- | library/cpp/ytalloc/api/ytalloc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/ytalloc/api/ytalloc.h b/library/cpp/ytalloc/api/ytalloc.h index 81684e724e1..d942dde6389 100644 --- a/library/cpp/ytalloc/api/ytalloc.h +++ b/library/cpp/ytalloc/api/ytalloc.h @@ -15,9 +15,9 @@ namespace NYT::NYTAlloc { //////////////////////////////////////////////////////////////////////////////// // Macros -#if defined(_linux_) && \ - !defined(_asan_enabled_) && \ - !defined(_msan_enabled_) && \ +#if defined(_linux_) && \ + !defined(_asan_enabled_) && \ + !defined(_msan_enabled_) && \ !defined(_tsan_enabled_) #define YT_ALLOC_ENABLED #endif |
