From 511a9f79aa03e418d8b97f7e0f60c602de99fcf3 Mon Sep 17 00:00:00 2001 From: kazu Date: Fri, 22 May 2015 15:26:23 +0000 Subject: [PATCH] fix indent (tabify) [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index c5ac54f98e..b4c858bd4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -81,11 +81,11 @@ Thu May 21 15:41:45 2015 SHIBATA Hiroshi Thu May 21 15:37:32 2015 Zachary Scott - * vm_method.c: Remove private attribute warning [Bug #10967] - Patch by @spastorino [Fixes GH-849] - https://github.com/ruby/ruby/pull/849 + * vm_method.c: Remove private attribute warning [Bug #10967] + Patch by @spastorino [Fixes GH-849] + https://github.com/ruby/ruby/pull/849 - * test/ruby/test_module.rb: Update test for changes + * test/ruby/test_module.rb: Update test for changes Thu May 21 10:59:43 2015 Koichi Sasada