ruby-changes:41686
From: svn <ko1@a...>
Date: Sun, 7 Feb 2016 10:39:32 +0900 (JST)
Subject: [ruby-changes:41686] svn:r53760 (trunk): * remove trailing spaces.
svn 2016-02-07 10:39:27 +0900 (Sun, 07 Feb 2016) New Revision: 53760 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53760 Log: * remove trailing spaces. Modified files: trunk/enc/unicode/case-folding.rb Index: enc/unicode/case-folding.rb =================================================================== --- enc/unicode/case-folding.rb (revision 53759) +++ enc/unicode/case-folding.rb (revision 53760) @@ -200,7 +200,7 @@ if $0 == __FILE__ https://github.com/ruby/ruby/blob/trunk/enc/unicode/case-folding.rb#L200 filename = File.expand_path("CaseFolding.txt", mapping_directory) end filename ||= ARGV[0] || 'CaseFolding.txt' - + data = CaseFolding.load(filename) if dest open(dest, "wb") do |f| -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/