spacing fix

This commit is contained in:
Jeremy 2023-11-07 00:05:50 -05:00
parent 6d62936c7b
commit 93de7b7060
No known key found for this signature in database
GPG Key ID: BE03111EB7ED6E2E

View File

@ -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) {