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

ruby-changes:42155

From: svn <ko1@a...>
Date: Tue, 22 Mar 2016 21:08:38 +0900 (JST)
Subject: [ruby-changes:42155] svn:r54230 (trunk): * remove trailing spaces.

svn	2016-03-22 21:08:31 +0900 (Tue, 22 Mar 2016)

  New Revision: 54230

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

  Log:
    * remove trailing spaces.

  Modified files:
    trunk/enc/unicode/case-folding.rb
Index: enc/unicode/case-folding.rb
===================================================================
--- enc/unicode/case-folding.rb	(revision 54229)
+++ enc/unicode/case-folding.rb	(revision 54230)
@@ -246,7 +246,7 @@ class CaseMapping https://github.com/ruby/ruby/blob/trunk/enc/unicode/case-folding.rb#L246
         if item.code == item.title
           flags += '|IT'
         end
-        
+
       end
       unless item.lower.nil? or item.lower==from or item.lower==to
         specials << item.lower

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

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