summaryrefslogtreecommitdiff
path: root/enc
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-07-10 08:05:40 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-07-10 08:05:40 +0000
commit40a34feb4cf7150539708d2de34b4ec883931be3 (patch)
treea90e024e3fbd0885e97b062061c5cfa53d0e5e8b /enc
parent3a2553c35672aae9049ec241c8564f9b91c22c79 (diff)
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55625 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enc')
-rw-r--r--enc/iso_8859_4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/enc/iso_8859_4.c b/enc/iso_8859_4.c
index a7d479bfd7..c97b6ffc5b 100644
--- a/enc/iso_8859_4.c
+++ b/enc/iso_8859_4.c
@@ -252,7 +252,7 @@ case_map (OnigCaseFoldType* flagP, const OnigUChar** pp,
flags |= ONIGENC_CASE_MODIFIED;
if (code>=0xA0 && code<=0xBF) {
if (code==0xBD)
- code += 0x02;
+ code += 0x02;
else
code += 0x10;
}