From 4f48919406dde7316da0835587373a50763e73ae Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 18 May 2013 13:06:47 -0600 Subject: [PATCH] utf8.c: White space only. Indent in newly formed block --- utf8.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/utf8.c b/utf8.c index c3394e5..4aaafba 100644 --- a/utf8.c +++ b/utf8.c @@ -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 -- 1.8.3.1