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

ruby-changes:56160

From: git <ko1@a...>
Date: Thu, 20 Jun 2019 10:42:01 +0900 (JST)
Subject: [ruby-changes:56160] git: 199310997f (trunk): * remove trailing spaces.

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

From 199310997f40e0989f218d109b56d2e592494791 Mon Sep 17 00:00:00 2001
From: git <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
Date: Thu, 20 Jun 2019 10:41:46 +0900
Subject: * remove trailing spaces.


diff --git a/thread.c b/thread.c
index 6c4e650..8953c27 100644
--- a/thread.c
+++ b/thread.c
@@ -598,7 +598,7 @@ thread_cleanup_func_before_exec(void *th_ptr) https://github.com/ruby/ruby/blob/trunk/thread.c#L598
     th->status = THREAD_KILLED;
     // The thread stack doesn't exist in the forked process:
     th->ec->machine.stack_start = th->ec->machine.stack_end = NULL;
-    
+
     // The vm_stack is `alloca`ed on the thread stack, so it's gone too:
     rb_ec_clear_vm_stack(th->ec);
 }
-- 
cgit v0.10.2


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

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