diff options
author | steela <steela@yandex-team.ru> | 2022-02-10 16:50:53 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:53 +0300 |
commit | a0d994111fa02af59e26147dbf4b66bc0d39974c (patch) | |
tree | e1ed28cb4f04362c7d81052c2e7aba2e44617528 /library/cpp/compproto | |
parent | 309225f8699fc260ad3bd69fffa136d853889031 (diff) | |
download | ydb-a0d994111fa02af59e26147dbf4b66bc0d39974c.tar.gz |
Restoring authorship annotation for <steela@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/compproto')
-rw-r--r-- | library/cpp/compproto/compressor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/compproto/compressor.h b/library/cpp/compproto/compressor.h index 14b335e13c..d119972e1a 100644 --- a/library/cpp/compproto/compressor.h +++ b/library/cpp/compproto/compressor.h @@ -28,9 +28,9 @@ namespace NCompProto { #else #if defined(__has_feature) #if __has_feature(address_sanitizer) - SAFE_MODE = 1, + SAFE_MODE = 1, #else - SAFE_MODE = 0, + SAFE_MODE = 0, #endif #else SAFE_MODE = 0, |