From a34343b3a3659101ad1d1704b2c004d26f7c93b4 Mon Sep 17 00:00:00 2001 From: svn Date: Thu, 23 Jul 2015 09:53:28 +0000 Subject: [PATCH] * remove trailing spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51358 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1fde8d247e..d5fd71cb25 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ Thu Jul 23 18:50:43 2015 Koichi Sasada - * vm_core.h: constify rb_iseq_constant_body::local_table and + * vm_core.h: constify rb_iseq_constant_body::local_table and rb_iseq_param_keyword::table and rb_iseq_param_keyword::default_values.