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
commit35ee12f64737b382dab1a9dbd1126e4e56b20d81 (patch)
tree9d8063956cd361529d93042d1965c3de50ed6807 /ChangeLog
parentfc08c5312f48ad7bea50388c199295403a95df91 (diff)
downloadruby-35ee12f64737b382dab1a9dbd1126e4e56b20d81.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>