[前][次][番号順一覧][スレッド一覧]

ruby-changes:35078

From: svn <ko1@a...>
Date: Wed, 13 Aug 2014 00:10:07 +0900 (JST)
Subject: [ruby-changes:35078] svn:r47159 (trunk): * remove trailing spaces.

svn	2014-08-13 00:09:46 +0900 (Wed, 13 Aug 2014)

  New Revision: 47159

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=47159

  Log:
    * remove trailing spaces.

  Modified files:
    trunk/ext/win32ole/win32ole_param.c
Index: ext/win32ole/win32ole_param.c
===================================================================
--- ext/win32ole/win32ole_param.c	(revision 47158)
+++ ext/win32ole/win32ole_param.c	(revision 47159)
@@ -55,7 +55,7 @@ create_win32ole_param(ITypeInfo *pTypeIn https://github.com/ruby/ruby/blob/trunk/ext/win32ole/win32ole_param.c#L55
  *   <code>WIN32OLE_PARAM</code> objects represent param information of
  *   the OLE method.
  */
-static VALUE 
+static VALUE
 foleparam_s_allocate(VALUE klass)
 {
     struct oleparamdata *pparam;

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]