Skip to content

Commit 2e6882b

Browse files
rake format:c
1 parent 139b6d9 commit 2e6882b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/gems/js/ext/js/witapi-core.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,8 @@ void exports_ruby_js_ruby_runtime_rb_abi_value_destructor(
200200

201201
void rb_abi_guest_ruby_show_version(void) { ruby_show_version(); }
202202

203-
__attribute__((noinline)) static void rb_abi_guest_ruby_init_thunk(int argc, char **c_args) {
203+
__attribute__((noinline)) static void
204+
rb_abi_guest_ruby_init_thunk(int argc, char **c_args) {
204205
ruby_init();
205206
rb_abi_guest_arena_hash = rb_hash_new();
206207
rb_abi_guest_refcount_hash = rb_hash_new();

0 commit comments

Comments
 (0)