diff options
author | shugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-10-17 03:55:35 +0000 |
---|---|---|
committer | shugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-10-17 03:55:35 +0000 |
commit | c4e63346d241af300594804cb54351817c496a4d (patch) | |
tree | 5d4e10520bfb70542c902d3fba54e40062d026ad /ChangeLog | |
parent | 38c0b5f0e3abe32d220f01deb77a45aa9100bdcb (diff) | |
download | ruby-c4e63346d241af300594804cb54351817c496a4d.tar.gz |
* ChangeLog: use tab for indentation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37239 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ Wed Oct 17 11:04:48 2012 NAKAMURA Usaku <usa@ruby-lang.org> Wed Oct 17 10:48:40 2012 Shugo Maeda <shugo@ruby-lang.org> * vm_insnhelper.c (vm_search_method): fix a build error that occurs - when OPT_INLINE_METHOD_CACHE is 0. + when OPT_INLINE_METHOD_CACHE is 0. Wed Oct 17 08:46:47 2012 Koichi Sasada <ko1@atdot.net> |