From f4534ea38fbea2bb99fbfdbf136f74d85ef9ab12 Mon Sep 17 00:00:00 2001 From: svn Date: Tue, 12 Aug 2014 14:21:37 +0000 Subject: * remove trailing spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47156 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/win32ole/win32ole_method.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/win32ole/win32ole_method.c') diff --git a/ext/win32ole/win32ole_method.c b/ext/win32ole/win32ole_method.c index dbfc8688c7..672ec5c0e0 100644 --- a/ext/win32ole/win32ole_method.c +++ b/ext/win32ole/win32ole_method.c @@ -187,7 +187,7 @@ ole_methods_sub(ITypeInfo *pOwnerTypeInfo, ITypeInfo *pTypeInfo, VALUE methods, VALUE create_win32ole_method(ITypeInfo *pTypeInfo, VALUE name) { - + VALUE method = folemethod_s_allocate(cWIN32OLE_METHOD); VALUE obj = olemethod_from_typeinfo(method, pTypeInfo, name); return obj; -- cgit v1.2.3