From ae58aa7289b776734c9e0db023e3229496a4b383 Mon Sep 17 00:00:00 2001 From: kazu Date: Wed, 15 Apr 2015 15:00:20 +0000 Subject: [PATCH] fix indent [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50324 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c2f1aed84c..9ee87ad0ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -44,9 +44,9 @@ Tue Apr 14 11:24:56 2015 Nobuyoshi Nakada Tue Apr 14 08:59:04 2015 Zachary Scott - * gc.c: [DOC] Improve documentation for ObjectSpace.count_objects - with regards to `:TOTAL` key, with patch by @schneems [Fixes GH-871] - https://github.com/ruby/ruby/pull/871 [Bug #11067] + * gc.c: [DOC] Improve documentation for ObjectSpace.count_objects + with regards to `:TOTAL` key, with patch by @schneems [Fixes GH-871] + https://github.com/ruby/ruby/pull/871 [Bug #11067] Mon Apr 13 22:44:07 2015 Tanaka Akira