diff options
author | Karl Williamson <public@khwilliamson.com> | 2013-05-18 13:06:47 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-05-20 11:01:53 -0600 |
commit | 4f48919406dde7316da0835587373a50763e73ae (patch) | |
tree | 34db39c408cde7445aa6919785abbf68eb86425a /utf8.c | |
parent | a3f3bf18711ca1acde9e5a41d4c7b1f3adc4afd1 (diff) | |
download | perl-4f48919406dde7316da0835587373a50763e73ae.tar.gz |
utf8.c: White space only.
Indent in newly formed block
Diffstat (limited to 'utf8.c')
-rw-r--r-- | utf8.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1810,10 +1810,10 @@ Perl__to_fold_latin1(pTHX_ const U8 c, U8* p, STRLEN *lenp, const unsigned int f return LATIN_SMALL_LETTER_LONG_S; } else { - *(p)++ = 's'; - *p = 's'; - *lenp = 2; - return 's'; + *(p)++ = 's'; + *p = 's'; + *lenp = 2; + return 's'; } } else { /* In this range the fold of all other characters is their lower |