1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix indent

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43921 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2013-11-29 15:29:38 +00:00
parent e65cb023e0
commit 6552f8b82a

View file

@ -87,7 +87,7 @@ Thu Nov 28 17:34:42 2013 Masaki Matsushita <glass.saga@gmail.com>
* include/ruby/st.h: add prototypes for above.
* hash.c (rb_hash_values): use st_values_check() for performance
improvement if VALUE and st_data_t are compatible.
improvement if VALUE and st_data_t are compatible.
Thu Nov 28 17:14:14 2013 Masaki Matsushita <glass.saga@gmail.com>