summaryrefslogtreecommitdiffstats
path: root/util/system/yassert.h
diff options
context:
space:
mode:
authoriseg <[email protected]>2022-02-10 16:49:39 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:49:39 +0300
commitf828a15ab90e9ca8e848f83caf95c95f06be46e7 (patch)
treede25241f7ec727b05ff1e5b9e1336f567f788a44 /util/system/yassert.h
parent8124e2bb214b063687e0d77c900150c727e16782 (diff)
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/system/yassert.h')
-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..8d54977cc9b 100644
--- a/util/system/yassert.h
+++ b/util/system/yassert.h
@@ -1,5 +1,5 @@
#pragma once
-
+
#include "defaults.h"
#include "src_root.h"
#include "backtrace.h"
@@ -21,7 +21,7 @@
#endif
#include <cassert>
#endif
-
+
#if !defined(_MSC_VER)
#if defined(__has_builtin) && __has_builtin(__debugbreak)
// Do nothing, use __debugbreak builtin