summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-01 08:53:53 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-01 08:53:53 +0000
commitcc7fcbbc25832ae0f93bca6d477ae09158ff6001 (patch)
tree33d8b13bc35d12d8c9437fc73b72d5b5e2165d74 /include
parentc39797e8724683e91618168bd993ac467b81eda8 (diff)
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65493 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include')
-rw-r--r--include/ruby/ruby.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/ruby.h b/include/ruby/ruby.h
index dba099a681..881dc7f9fb 100644
--- a/include/ruby/ruby.h
+++ b/include/ruby/ruby.h
@@ -2146,7 +2146,7 @@ rb_array_const_ptr(VALUE a)
{
#if USE_TRANSIENT_HEAP
void rb_ary_detransient(VALUE a);
-
+
if (RARRAY_TRANSIENT_P(a)) {
rb_ary_detransient(a);
}