aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgiraffe <giraffe@yandex-team.ru>2022-02-10 16:51:48 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:51:48 +0300
commit0fe7ab8840cc6344e6fe268ace68c83cfeabb188 (patch)
tree1d45559e9e97f414b5db1b40ef9ce0fd3430fb8a
parentdf2933eb0ef860ea5a47e630dfa493fd7171ff38 (diff)
downloadydb-0fe7ab8840cc6344e6fe268ace68c83cfeabb188.tar.gz
Restoring authorship annotation for <giraffe@yandex-team.ru>. Commit 1 of 2.
-rw-r--r--util/system/yassert.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/system/yassert.h b/util/system/yassert.h
index 529823440cb..5d9c3ab0e8d 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"); \
} \
} \