From 391b8c323bf66e0ef440f1061731487732c2a786 Mon Sep 17 00:00:00 2001 From: kazu Date: Thu, 17 Sep 2015 14:12:40 +0000 Subject: [PATCH] tabify indent [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51891 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7a8011639d..976f7f911c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -254,8 +254,8 @@ Wed Sep 9 11:33:05 2015 NAKAMURA Usaku Wed Sep 9 11:08:59 2015 Zachary Scott * lib/delegate.rb: Remove backtrace cleaning for delegated methods - This patch was provided by Rafael Franca and greatly improves - performance when an exception is raised. [Bug #11461] + This patch was provided by Rafael Franca and greatly improves + performance when an exception is raised. [Bug #11461] Wed Sep 9 10:05:41 2015 SHIBATA Hiroshi