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 {
|
||||
auto ptr = std::current_exception();
|
||||
if(ptr == nullptr) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user