From 90b1a8f4310db9b46f76fa549f981b7deef93f47 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 8 Jun 2013 06:00:23 +0000 Subject: [PATCH] Remove a trailing space git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41166 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 141511b91c..a38295fbf2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,7 +5,7 @@ Sat Jun 8 14:58:32 2013 Tanaka Akira * bignum.c (rb_integer_unpack): Support INTEGER_PACK_FORCE_BIGNUM. * random.c (int_pair_to_real_inclusive): Use - INTEGER_PACK_FORCE_BIGNUM to use rb_big_mul instead of rb_funcall. + INTEGER_PACK_FORCE_BIGNUM to use rb_big_mul instead of rb_funcall. Sat Jun 8 14:17:01 2013 Nobuyoshi Nakada