ruby-changes:35074
From: svn <ko1@a...>
Date: Tue, 12 Aug 2014 23:21:47 +0900 (JST)
Subject: [ruby-changes:35074] svn:r47156 (trunk): * remove trailing spaces.
svn 2014-08-12 23:21:37 +0900 (Tue, 12 Aug 2014) New Revision: 47156 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=47156 Log: * remove trailing spaces. Modified files: trunk/ext/win32ole/win32ole_method.c Index: ext/win32ole/win32ole_method.c =================================================================== --- ext/win32ole/win32ole_method.c (revision 47155) +++ ext/win32ole/win32ole_method.c (revision 47156) @@ -187,7 +187,7 @@ ole_methods_sub(ITypeInfo *pOwnerTypeInf https://github.com/ruby/ruby/blob/trunk/ext/win32ole/win32ole_method.c#L187 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; -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/