summaryrefslogtreecommitdiffstats
path: root/util/system/yassert.h
diff options
context:
space:
mode:
authoranelyubin <[email protected]>2022-02-10 16:49:40 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:49:40 +0300
commit9dac44a55ede6f682527e82880847f99bd7b2d93 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /util/system/yassert.h
parent8d333d5e773f6b0ef31e7b3c92339af7e71413f6 (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/system/yassert.h')
-rw-r--r--util/system/yassert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/yassert.h b/util/system/yassert.h
index 03d5b89c0f5..529823440cb 100644
--- a/util/system/yassert.h
+++ b/util/system/yassert.h
@@ -91,7 +91,7 @@ inline void YaDebugBreak() {
namespace NPrivate {
/// method should not be used directly
- [[noreturn]] void Panic(const TStaticBuf& file, int line, const char* function, const char* expr, const char* format, ...) noexcept Y_PRINTF_FORMAT(5, 6);
+ [[noreturn]] void Panic(const TStaticBuf& file, int line, const char* function, const char* expr, const char* format, ...) noexcept Y_PRINTF_FORMAT(5, 6);
}
/// Assert that does not depend on NDEBUG macro and outputs message like printf