summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorgit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-07-19 13:10:08 +0900
committergit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-07-19 13:10:08 +0900
commita44ad9a1451eb86385339cfd72713ff764f1c820 (patch)
treec4e57d069237d8913703b27736112d5a3f3980f1 /include
parent182ae1407b3f6597cdbf6872f788c1ed3aa22a35 (diff)
* expand tabs.
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 c7ce5ba3bd..af561ff638 100644
--- a/include/ruby/ruby.h
+++ b/include/ruby/ruby.h
@@ -1054,7 +1054,7 @@ struct RArray {
long len;
union {
long capa;
- VALUE shared_root;
+ VALUE shared_root;
} aux;
const VALUE *ptr;
} heap;