From 1102fd2f3e1fba09d6f78e677cf7fe969b68bb96 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 8 Jun 2012 22:44:01 +0000 Subject: * remove trailing spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35972 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- process.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'process.c') diff --git a/process.c b/process.c index 3bd8c75732..988432b02f 100644 --- a/process.c +++ b/process.c @@ -2630,7 +2630,7 @@ rb_exec(const struct rb_exec_arg *e) } else { fprintf(stderr, "%s:%d: command not found: %s\n", - rb_sourcefile(), rb_sourceline(), + rb_sourcefile(), rb_sourceline(), RSTRING_PTR(e->use_shell ? e->invoke.sh.shell_script : e->invoke.cmd.command_name)); } ); @@ -2784,7 +2784,7 @@ rb_fork_err(int *status, int (*chfunc)(void*, char *, size_t), void *charg, VALU } else { /* rb_protect() is required not only for non-NULL status - * but also for non-NULL chfunc because + * but also for non-NULL chfunc because * ep[0] and ep[1] should be closed on exceptions. * If status is NULL, the catched exception is re-raised * by rb_jump_tag() below, after closing them. */ -- cgit v1.2.3