Skip to content

Commit 8abbcc4

Browse files
authored
make fmt
1 parent b957116 commit 8abbcc4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

silkworm/wasm/exception_handling_stub.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
#include <cstdlib>
1818

1919
extern "C" {
20-
void __cxa_allocate_exception() {
21-
std::abort();
22-
}
20+
void __cxa_allocate_exception() {
21+
std::abort();
22+
}
2323

24-
void __cxa_throw() {
25-
std::abort();
26-
}
24+
void __cxa_throw() {
25+
std::abort();
26+
}
2727
}

0 commit comments

Comments
 (0)