aboutsummaryrefslogtreecommitdiffstats
path: root/enc
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-07-10 14:28:25 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-07-10 14:28:25 +0000
commit5d52c8e25c6dcce93cf38ba112436c0c9538cca7 (patch)
treee70c4e102ccd3c27f51e5223f22c6e321c168986 /enc
parentb45befaf3c91f2d0da62a68aa9aab202309372fe (diff)
downloadruby-5d52c8e25c6dcce93cf38ba112436c0c9538cca7.tar.gz
enc/iso_8859_4.c: adjust indent [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55628 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enc')
-rw-r--r--enc/iso_8859_4.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/enc/iso_8859_4.c b/enc/iso_8859_4.c
index c97b6ffc5b..ea529a10da 100644
--- a/enc/iso_8859_4.c
+++ b/enc/iso_8859_4.c
@@ -225,9 +225,9 @@ get_case_fold_codes_by_str(OnigCaseFoldType flag,
#ifdef ONIG_CASE_MAPPING
static int
-case_map (OnigCaseFoldType* flagP, const OnigUChar** pp,
- const OnigUChar* end, OnigUChar* to, OnigUChar* to_end,
- const struct OnigEncodingTypeST* enc)
+case_map(OnigCaseFoldType* flagP, const OnigUChar** pp,
+ const OnigUChar* end, OnigUChar* to, OnigUChar* to_end,
+ const struct OnigEncodingTypeST* enc)
{
OnigCodePoint code;
OnigUChar *to_start = to;
@@ -238,8 +238,8 @@ case_map (OnigCaseFoldType* flagP, const OnigUChar** pp,
if (code==SHARP_s) {
if (flags&ONIGENC_CASE_UPCASE) {
flags |= ONIGENC_CASE_MODIFIED;
- *to++ = 'S';
- code = (flags&ONIGENC_CASE_TITLECASE) ? 's' : 'S';
+ *to++ = 'S';
+ code = (flags&ONIGENC_CASE_TITLECASE) ? 's' : 'S';
}
else if (flags&ONIGENC_CASE_FOLD) {
flags |= ONIGENC_CASE_MODIFIED;