aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-01 16:41:04 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-01 16:41:04 +0000
commit9b73d896ba71669ebc297db298fe01c177f142e2 (patch)
tree9d8063956cd361529d93042d1965c3de50ed6807 /ChangeLog
parent92ad578a4023ca1fa3de16485a00720b4376d4e9 (diff)
downloadruby-9b73d896ba71669ebc297db298fe01c177f142e2.tar.gz
fix indent (tabify) [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51999 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f161ce010a..437ae21fb5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -85,8 +85,8 @@ Sun Sep 27 08:16:35 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
Sun Sep 27 00:34:31 2015 Zachary Scott <zzak@ruby-lang.org>
- * lib/ostruct.rb: Move method definitions for getter/setter to be lazy
- Patch by @sferik in [GH-1033]: https://github.com/ruby/ruby/pull/1033
+ * lib/ostruct.rb: Move method definitions for getter/setter to be lazy
+ Patch by @sferik in [GH-1033]: https://github.com/ruby/ruby/pull/1033
Fri Sep 25 10:07:25 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>