mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
d015b0c928
commit
a892e5599e
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue