summaryrefslogtreecommitdiff
path: root/process.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-23 07:45:46 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-23 07:45:46 +0000
commit2933909caf01896d45eefa23e9c839fd1e03d652 (patch)
tree4eff2cd82b4c0c878475d119cfc12adb3abfd755 /process.c
parentb3b5e626ad69bf22be3228f847f94e1b68f40888 (diff)
remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36799 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'process.c')
-rw-r--r--process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/process.c b/process.c
index 16e6e6a568..fe0587119e 100644
--- a/process.c
+++ b/process.c
@@ -2726,7 +2726,7 @@ run_exec_rlimit(VALUE ary, struct rb_execarg *sargp, char *errmsg, size_t errmsg
RLIM2NUM(rlim.rlim_max)));
if (sargp->rlimit_limits == Qfalse)
newary = sargp->rlimit_limits = hide_obj(rb_ary_new());
- else
+ else
newary = sargp->rlimit_limits;
rb_ary_push(newary, tmp);
}