[前][次][番号順一覧][スレッド一覧]

ruby-changes:70946

From: git <ko1@a...>
Date: Wed, 19 Jan 2022 11:19:56 +0900 (JST)
Subject: [ruby-changes:70946] a892e5599e (master): * expand tabs. [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=a892e5599e

From a892e5599ec8ec441a8d8b878efa855ef283ed08 Mon Sep 17 00:00:00 2001
From: git <svn-admin@r...>
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(-)

diff --git a/wasm/setjmp.c b/wasm/setjmp.c
index 3aadfc0cd6e..3f017e202aa 100644
--- a/wasm/setjmp.c
+++ b/wasm/setjmp.c
@@ -111,7 +111,7 @@ rb_wasm_handle_jmp_unwind(void) https://github.com/ruby/ruby/blob/trunk/wasm/setjmp.c#L111
 {
     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.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]