summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-01 12:16:48 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-01 12:16:48 +0000
commit3b841719c9c4f31f9f36f65750f3bf714b978fe9 (patch)
tree4ccfdc17874a244d3167e12d499c75fc0207102f /ext
parent8d00b43b305552414273143eea5d4e510c5ab342 (diff)
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47755 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r--ext/win32ole/win32ole_type.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/win32ole/win32ole_type.c b/ext/win32ole/win32ole_type.c
index f35e65923d..d2dbb3a588 100644
--- a/ext/win32ole/win32ole_type.c
+++ b/ext/win32ole/win32ole_type.c
@@ -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)