spacing fix
This commit is contained in:
parent
6d62936c7b
commit
93de7b7060
@ -322,7 +322,7 @@ namespace cpptrace {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
[[noreturn]] void terminate_handler() {
|
[[noreturn]] void terminate_handler() {
|
||||||
try {
|
try {
|
||||||
auto ptr = std::current_exception();
|
auto ptr = std::current_exception();
|
||||||
if(ptr == nullptr) {
|
if(ptr == nullptr) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user