diff options
author | giraffe <giraffe@yandex-team.ru> | 2022-02-10 16:51:48 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:51:48 +0300 |
commit | eb9faa9ce827080b13f2a58548d79113eeed9739 (patch) | |
tree | ab7fbbf3253d4c0e2793218f09378908beb025fb /util/system | |
parent | 0fe7ab8840cc6344e6fe268ace68c83cfeabb188 (diff) | |
download | ydb-eb9faa9ce827080b13f2a58548d79113eeed9739.tar.gz |
Restoring authorship annotation for <giraffe@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/system')
-rw-r--r-- | util/system/yassert.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/system/yassert.h b/util/system/yassert.h index 5d9c3ab0e8..529823440c 100644 --- a/util/system/yassert.h +++ b/util/system/yassert.h @@ -65,7 +65,7 @@ inline void YaDebugBreak() { __debugbreak(); \ else { \ PrintBackTrace(); \ - /* NOLINTNEXTLINE */ \ + /* NOLINTNEXTLINE */ \ assert(false && (a)); \ } \ } \ @@ -74,7 +74,7 @@ inline void YaDebugBreak() { __debugbreak(); \ else { \ PrintBackTrace(); \ - /* NOLINTNEXTLINE */ \ + /* NOLINTNEXTLINE */ \ assert(false && "Exception during assert"); \ } \ } \ |