aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorshugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-10-17 03:55:35 +0000
committershugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-10-17 03:55:35 +0000
commitc4e63346d241af300594804cb54351817c496a4d (patch)
tree5d4e10520bfb70542c902d3fba54e40062d026ad /ChangeLog
parent38c0b5f0e3abe32d220f01deb77a45aa9100bdcb (diff)
downloadruby-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--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 58d0dcad5b..62a721d2ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>