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 | c30e2c009b4c8b03c837d199a610c5b0596d0233 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/compproto | |
parent | a0d994111fa02af59e26147dbf4b66bc0d39974c (diff) | |
download | ydb-c30e2c009b4c8b03c837d199a610c5b0596d0233.tar.gz |
Restoring authorship annotation for <steela@yandex-team.ru>. Commit 2 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 d119972e1a..14b335e13c 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, |