* 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.
This commit is contained in:
git 2022-01-19 11:19:20 +09:00
parent d015b0c928
commit a892e5599e
1 changed files with 1 additions and 1 deletions

View File

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