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

ruby-changes:41431

From: svn <ko1@a...>
Date: Tue, 12 Jan 2016 16:03:08 +0900 (JST)
Subject: [ruby-changes:41431] svn:r53504 (trunk): * remove trailing spaces.

svn	2016-01-12 16:03:32 +0900 (Tue, 12 Jan 2016)

  New Revision: 53504

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

  Log:
    * remove trailing spaces.

  Modified files:
    trunk/string.c
Index: string.c
===================================================================
--- string.c	(revision 53503)
+++ string.c	(revision 53504)
@@ -5594,7 +5594,7 @@ rb_str_check_dummy_enc(rb_encoding *enc) https://github.com/ruby/ruby/blob/trunk/string.c#L5594
 
 static OnigCaseFoldType
 check_case_options(int argc, VALUE *argv, OnigCaseFoldType flag)
-{    
+{
     if (argc==0)
         return flag;
     if (argc>2)

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

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