From a892e5599ec8ec441a8d8b878efa855ef283ed08 Mon Sep 17 00:00:00 2001 From: git Date: Wed, 19 Jan 2022 11:19:20 +0900 Subject: * 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. --- wasm/setjmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wasm') 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) { -- cgit v1.2.3