ruby-changes:53570
From: svn <ko1@a...>
Date: Sun, 18 Nov 2018 17:32:14 +0900 (JST)
Subject: [ruby-changes:53570] svn:r65786 (trunk): * expand tabs.
svn 2018-11-18 17:25:54 +0900 (Sun, 18 Nov 2018) New Revision: 65786 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65786 Log: * expand tabs. Modified files: trunk/process.c Index: process.c =================================================================== --- process.c (revision 65785) +++ process.c (revision 65786) @@ -4011,7 +4011,7 @@ rb_fork_ruby(int *status) https://github.com/ruby/ruby/blob/trunk/process.c#L4011 before_fork_ruby(); pid = fork(); err = errno; - after_fork_ruby(pid > 0); + after_fork_ruby(pid > 0); disable_child_handler_fork_parent(&old); /* yes, bad name */ if (pid >= 0) /* fork succeed */ return pid; -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/