diff options
author | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-07-13 14:45:43 +0000 |
---|---|---|
committer | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-07-13 14:45:43 +0000 |
commit | 32daf56855e798ed949226e7c6c8397efda76e57 (patch) | |
tree | d5847e13f72c6624aedbe36940f2747152caf6f3 | |
parent | f8fb526ad9e9f31453bffbc908b6a986736e21a7 (diff) |
fix indent (tabify) [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51228 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -98,8 +98,8 @@ Thu Jul 9 09:34:14 2015 Koichi Sasada <ko1@atdot.net> Thu Jul 9 09:25:50 2015 Zachary Scott <e@zzak.io> - * parse.y: Improve duplicate key warning with patch by @andremedeiros - [Fix GH-938] https://github.com/ruby/ruby/pull/938 [Bug #11327] + * parse.y: Improve duplicate key warning with patch by @andremedeiros + [Fix GH-938] https://github.com/ruby/ruby/pull/938 [Bug #11327] Wed Jul 8 07:43:01 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org> |