aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/yassert.cpp
diff options
context:
space:
mode:
authorAleksandr <ivansduck@gmail.com>2022-02-10 16:47:52 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:52 +0300
commitb05913d1c3c02a773578bceb7285084d2933ae86 (patch)
treec0748b5dcbade83af788c0abfa89c0383d6b779c /util/system/yassert.cpp
parentea6c5b7f172becca389cacaff7d5f45f6adccbe6 (diff)
downloadydb-b05913d1c3c02a773578bceb7285084d2933ae86.tar.gz
Restoring authorship annotation for Aleksandr <ivansduck@gmail.com>. Commit 2 of 2.
Diffstat (limited to 'util/system/yassert.cpp')
-rw-r--r--util/system/yassert.cpp22
1 files changed, 11 insertions, 11 deletions
diff --git a/util/system/yassert.cpp b/util/system/yassert.cpp
index fd35a8a12f..0f586648b7 100644
--- a/util/system/yassert.cpp
+++ b/util/system/yassert.cpp
@@ -17,8 +17,8 @@
#include <stdarg.h>
#include <stdio.h>
-#ifdef CLANG_COVERAGE
-extern "C" {
+#ifdef CLANG_COVERAGE
+extern "C" {
// __llvm_profile_write_file may not be provided if the executable target uses NO_CLANG_COVERAGE() macro and
// arrives as test's dependency via DEPENDS() macro.
// That's why we provide a weak no-op implementation for __llvm_profile_write_file,
@@ -26,10 +26,10 @@ extern "C" {
Y_WEAK int __llvm_profile_write_file(void) {
return 0;
}
-}
-
-#endif
-
+}
+
+#endif
+
namespace {
struct TPanicLockHolder: public TAdaptiveLock {
};
@@ -82,11 +82,11 @@ namespace NPrivate {
#ifndef WITH_VALGRIND
PrintBackTrace();
#endif
-#ifdef CLANG_COVERAGE
- if (__llvm_profile_write_file()) {
- Cerr << "Failed to dump clang coverage" << Endl;
- }
-#endif
+#ifdef CLANG_COVERAGE
+ if (__llvm_profile_write_file()) {
+ Cerr << "Failed to dump clang coverage" << Endl;
+ }
+#endif
abort();
} catch (...) {
abort();