aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-14 13:11:59 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-14 13:11:59 +0000
commit3473c9e7d44d780cc926621d291df89ea40712d2 (patch)
tree72e32767f758f96e2d56576686f2f2c9f9fe77c3
parent83304b75c17b5126c8e8448f2cc08350146157d0 (diff)
downloadruby-3473c9e7d44d780cc926621d291df89ea40712d2.tar.gz
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53113 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--enc/ebcdic.h2
-rw-r--r--test/ruby/test_transcode.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/enc/ebcdic.h b/enc/ebcdic.h
index ca984315ee..8954d8c187 100644
--- a/enc/ebcdic.h
+++ b/enc/ebcdic.h
@@ -4,7 +4,7 @@ ENC_DUMMY("EBCDIC-US");
/* we start with just defining a single EBCDIC encoding,
* hopefully the most widely used one.
- *
+ *
* See http://www.iana.org/assignments/character-sets/character-sets.xhtml
* http://tools.ietf.org/html/rfc1345
*/
diff --git a/test/ruby/test_transcode.rb b/test/ruby/test_transcode.rb
index 5162c7d5d9..651cc30fe0 100644
--- a/test/ruby/test_transcode.rb
+++ b/test/ruby/test_transcode.rb
@@ -2018,7 +2018,7 @@ class TestTranscode < Test::Unit::TestCase
def test_Big5_UAO
check_both_ways("\u4e17", "\x81\x40", 'Big5-UAO') # δΈ—
end
-
+
def test_EBCDIC
check_both_ways("abcdeABCDE", "\x81\x82\x83\x84\x85\xC1\xC2\xC3\xC4\xC5", 'EBCDIC-US')
check_both_ways("aijrszAIJRSZ09", "\x81\x89\x91\x99\xA2\xA9\xC1\xC9\xD1\xD9\xE2\xE9\xF0\xF9", 'EBCDIC-US')