aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-04-15 15:00:20 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-04-15 15:00:20 +0000
commitae58aa7289b776734c9e0db023e3229496a4b383 (patch)
tree63765fab1a145f6810285d0e50cd44d1bb4a778a /ChangeLog
parent6f70e7e8af161b5f3c666641f956d3f77ac84bf3 (diff)
downloadruby-ae58aa7289b776734c9e0db023e3229496a4b383.tar.gz
fix indent [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50324 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files 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 <nobu@ruby-lang.org>
Tue Apr 14 08:59:04 2015 Zachary Scott <e@zzak.io>
- * 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 <akr@fsij.org>