summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-08-12 15:09:46 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-08-12 15:09:46 +0000
commit0f3e712e4a822968104c494952193eb0334a048b (patch)
treedc76ab439a7b7675a1a55fd7d7776f144bab1820 /ext
parent25c3298e0f33615a0902a53ce3df0c143c17196d (diff)
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47159 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r--ext/win32ole/win32ole_param.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/win32ole/win32ole_param.c b/ext/win32ole/win32ole_param.c
index 5bec16895b..f91945c351 100644
--- a/ext/win32ole/win32ole_param.c
+++ b/ext/win32ole/win32ole_param.c
@@ -55,7 +55,7 @@ create_win32ole_param(ITypeInfo *pTypeInfo, UINT method_index, UINT index, VALUE
* <code>WIN32OLE_PARAM</code> objects represent param information of
* the OLE method.
*/
-static VALUE
+static VALUE
foleparam_s_allocate(VALUE klass)
{
struct oleparamdata *pparam;