ruby-changes:34754
From: svn <ko1@a...>
Date: Wed, 16 Jul 2014 19:35:11 +0900 (JST)
Subject: [ruby-changes:34754] svn:r46837 (trunk): * remove trailing spaces.
svn 2014-07-16 19:35:00 +0900 (Wed, 16 Jul 2014) New Revision: 46837 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=46837 Log: * remove trailing spaces. Modified files: trunk/ext/win32ole/win32ole.c Index: ext/win32ole/win32ole.c =================================================================== --- ext/win32ole/win32ole.c (revision 46836) +++ ext/win32ole/win32ole.c (revision 46837) @@ -9281,7 +9281,7 @@ fole_record_typename(VALUE self) https://github.com/ruby/ruby/blob/trunk/ext/win32ole/win32ole.c#L9281 * WIN32OLE_RECORD#method_missing(name) * * Returns value specified by the member name of VT_RECORD OLE variable. - * If the member name is not correct, KeyError exception is raised. + * If the member name is not correct, KeyError exception is raised. */ static VALUE fole_record_method_missing(VALUE self, VALUE name) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/