summaryrefslogtreecommitdiff
path: root/utf8.c
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-06-06 15:56:09 -0600
committerKarl Williamson <public@khwilliamson.com>2012-06-07 09:55:51 -0600
commitbfdf22ecfe7cf92546a7f989d23ce76679360abd (patch)
tree11389bcae9a70ab5a6a32afc96866de4d5d3f38d /utf8.c
parentcbe07460d443564aea40e4397ab55080aab2d0b9 (diff)
downloadperl-bfdf22ecfe7cf92546a7f989d23ce76679360abd.tar.gz
utf8.c: White-space only
Diffstat (limited to 'utf8.c')
-rw-r--r--utf8.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/utf8.c b/utf8.c
index 3afa69c6cd..0a6f9ed4f7 100644
--- a/utf8.c
+++ b/utf8.c
@@ -2428,8 +2428,8 @@ Perl_to_utf8_case(pTHX_ const U8 *p, U8* ustrp, STRLEN *lenp,
/* Here, there was no mapping defined, which means that the code point maps
* to itself. Return the inputs */
- len = UTF8SKIP(p);
- Copy(p, ustrp, len, U8);
+ len = UTF8SKIP(p);
+ Copy(p, ustrp, len, U8);
if (lenp)
*lenp = len;