* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47755 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8d00b43b30
commit
3b841719c9
@ -70,7 +70,7 @@ oletype_free(void *ptr)
|
|||||||
static size_t
|
static size_t
|
||||||
oletype_size(const void *ptr)
|
oletype_size(const void *ptr)
|
||||||
{
|
{
|
||||||
return ptr ? sizeof(struct oletypedata) : 0;
|
return ptr ? sizeof(struct oletypedata) : 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
ITypeInfo *itypeinfo(VALUE self)
|
ITypeInfo *itypeinfo(VALUE self)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user