summaryrefslogtreecommitdiffstats
path: root/library/cpp/terminate_handler
diff options
context:
space:
mode:
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 61a4a28947a..d7e8fbed95f 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()) {