summaryrefslogtreecommitdiff
path: root/array.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-29 18:51:39 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-29 18:51:39 +0000
commit45f6fbf339e3666ea1e64d9e13fd40c61977248d (patch)
tree33935bb9e249626fbba18fb2b187ccfd24d5ee90 /array.c
parent5d394118fff7fb94cbba4fc2e3f6d740932e33ce (diff)
* removed trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28085 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'array.c')
-rw-r--r--array.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/array.c b/array.c
index 467a50ea76..b7ee2f8833 100644
--- a/array.c
+++ b/array.c
@@ -1610,7 +1610,7 @@ ary_join_1(VALUE obj, VALUE ary, VALUE sep, long i, VALUE result)
}
else {
VALUE args[3];
-
+
args[0] = val;
args[1] = sep;
args[2] = result;
@@ -1865,7 +1865,7 @@ rb_ary_rotate(VALUE ary, long cnt)
return Qnil;
}
-
+
/*
* call-seq:
* ary.rotate!(cnt=1) -> ary