aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-07 02:21:05 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-07 02:21:05 +0000
commit2af3621ab53b5c55285bcd9a8f503e569bf2cdd8 (patch)
treeaa84a42acf23f9788d97f64182107d53a1775d79
parent7185eac56a353b3767c2444564f1446b404d9af4 (diff)
downloadruby-2af3621ab53b5c55285bcd9a8f503e569bf2cdd8.tar.gz
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41125 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 98c43b3a5b..d5f0095e39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
Fri Jun 7 11:18:35 2013 Masaya Tarui <tarui@ruby-lang.org>
- * array.c (ary_new): change order of allocation in order
+ * array.c (ary_new): change order of allocation in order
to remove FL_OLDGEN operation.
Fri Jun 7 11:16:28 2013 Masaya Tarui <tarui@ruby-lang.org>