summaryrefslogtreecommitdiffstats
path: root/util/system/yassert.cpp
diff options
context:
space:
mode:
authormelkov <[email protected]>2022-02-10 16:48:14 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:48:14 +0300
commit2c532b38e6aeb4fd88531027c7335690fd34c4e5 (patch)
treeb222e5ac2e2e98872661c51ccceee5da0d291e13 /util/system/yassert.cpp
parent438546c8737d5c1fdeb31157dcf999717d930eec (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/system/yassert.cpp')
-rw-r--r--util/system/yassert.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/yassert.cpp b/util/system/yassert.cpp
index 816e9e84489..0f586648b78 100644
--- a/util/system/yassert.cpp
+++ b/util/system/yassert.cpp
@@ -78,7 +78,7 @@ namespace NPrivate {
} else {
o << " " << function << "() failed" << Endl;
}
- Cerr << r << Flush;
+ Cerr << r << Flush;
#ifndef WITH_VALGRIND
PrintBackTrace();
#endif