diff options
author | svn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-10-29 23:52:45 +0000 |
---|---|---|
committer | svn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-10-29 23:52:45 +0000 |
commit | 76f08cec200a115614785ee454f13489333f1c17 (patch) | |
tree | 13fa3356917f2641cc5929d1575fd99b575870b9 /process.c | |
parent | 8227c91dfe278d82d4858912083ed51da5a8fde5 (diff) |
* expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65435 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'process.c')
-rw-r--r-- | process.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3873,7 +3873,7 @@ static rb_pid_t retry_fork_async_signal_safe(int *status, int *ep, int (*chfunc)(void*, char *, size_t), void *charg, char *errmsg, size_t errmsg_buflen, - struct waitpid_state *w) + struct waitpid_state *w) { rb_pid_t pid; volatile int try_gc = 1; |