summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-22 15:26:23 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-22 15:26:23 +0000
commit511a9f79aa03e418d8b97f7e0f60c602de99fcf3 (patch)
tree8a1094dd98a835d8c29b9d04f088fa162949771e
parent9bab9d5092fa303c0727fa8d32b67d41c0d6b0ec (diff)
fix indent (tabify) [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog8
1 files 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 <hsbt@ruby-lang.org>
Thu May 21 15:37:32 2015 Zachary Scott <e@zzak.io>
- * 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 <ko1@atdot.net>