summaryrefslogtreecommitdiff
path: root/wasm
diff options
context:
space:
mode:
authorgit <svn-admin@ruby-lang.org>2022-01-19 11:19:20 +0900
committergit <svn-admin@ruby-lang.org>2022-01-19 11:19:20 +0900
commita892e5599ec8ec441a8d8b878efa855ef283ed08 (patch)
tree349c6e7e9a8d784260bfabba84b2ca2afc7c7215 /wasm
parentd015b0c92815914f9cbf1fb19e8d9308a99c0efc (diff)
* expand tabs. [ci skip]
Tabs were expanded because the file did not have any tab indentation in unedited lines. Please update your editor config, and use misc/expand_tabs.rb in the pre-commit hook.
Diffstat (limited to 'wasm')
-rw-r--r--wasm/setjmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wasm/setjmp.c b/wasm/setjmp.c
index 3aadfc0cd6..3f017e202a 100644
--- a/wasm/setjmp.c
+++ b/wasm/setjmp.c
@@ -111,7 +111,7 @@ rb_wasm_handle_jmp_unwind(void)
{
RB_WASM_DEBUG_LOG("[%s] _rb_wasm_active_jmpbuf = %p\n", __func__, _rb_wasm_active_jmpbuf);
if (!_rb_wasm_active_jmpbuf) {
- return NULL;
+ return NULL;
}
switch (_rb_wasm_active_jmpbuf->state) {