1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* remove trailing spaces.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53760 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
svn 2016-02-07 01:39:27 +00:00
parent 07ad033850
commit b0b7cb5a46

View file

@ -200,7 +200,7 @@ if $0 == __FILE__
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|