diff options
author | giraffe <[email protected]> | 2022-02-10 16:51:48 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:51:48 +0300 |
commit | eb9faa9ce827080b13f2a58548d79113eeed9739 (patch) | |
tree | ab7fbbf3253d4c0e2793218f09378908beb025fb | |
parent | 0fe7ab8840cc6344e6fe268ace68c83cfeabb188 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
-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 5d9c3ab0e8d..529823440cb 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"); \ } \ } \ |