mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ oletype_free(void *ptr)
|
|||
static size_t
|
||||
oletype_size(const void *ptr)
|
||||
{
|
||||
return ptr ? sizeof(struct oletypedata) : 0;
|
||||
return ptr ? sizeof(struct oletypedata) : 0;
|
||||
}
|
||||
|
||||
ITypeInfo *itypeinfo(VALUE self)
|
||||
|
|
Loading…
Reference in a new issue