aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/terminate_handler
diff options
context:
space:
mode:
authorvlmarkov <vlmarkov@yandex-team.ru>2022-02-10 16:46:06 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:06 +0300
commit6a382399c9a1053abd7d772ec30ca9873f7429a1 (patch)
treef13f43c75b816da6bd8ee13cda92798d3956663f /library/cpp/terminate_handler
parentce2ad6f6a6f6025e37fb7f8debe7cefd3aa2307c (diff)
downloadydb-6a382399c9a1053abd7d772ec30ca9873f7429a1.tar.gz
Restoring authorship annotation for <vlmarkov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/terminate_handler')
-rw-r--r--library/cpp/terminate_handler/terminate_handler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/terminate_handler/terminate_handler.cpp b/library/cpp/terminate_handler/terminate_handler.cpp
index d7e8fbed95..61a4a28947 100644
--- a/library/cpp/terminate_handler/terminate_handler.cpp
+++ b/library/cpp/terminate_handler/terminate_handler.cpp
@@ -16,10 +16,10 @@ namespace {
break;
case 2:
Cerr << "FancyTerminateHandler called recursively" << Endl;
- [[fallthrough]];
+ [[fallthrough]];
default:
abort();
- break;
+ break;
}
if (std::current_exception()) {