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

ruby-changes:41474

From: svn <ko1@a...>
Date: Sat, 16 Jan 2016 10:23:37 +0900 (JST)
Subject: [ruby-changes:41474] svn:r53549 (trunk): * remove trailing spaces.

svn	2016-01-16 10:24:04 +0900 (Sat, 16 Jan 2016)

  New Revision: 53549

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

  Log:
    * remove trailing spaces.

  Modified files:
    trunk/string.c
Index: string.c
===================================================================
--- string.c	(revision 53548)
+++ string.c	(revision 53549)
@@ -5658,7 +5658,7 @@ static VALUE https://github.com/ruby/ruby/blob/trunk/string.c#L5658
 rb_str_casemap(VALUE source, OnigCaseFoldType *flags, rb_encoding *enc)
 {
     VALUE target;
-    
+
     OnigUChar *source_current, *source_end;
     int target_length = 0;
     mapping_buffer pre_buffer, /* only next pointer used */

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

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