From: Karl Williamson Date: Wed, 28 Sep 2011 02:25:42 +0000 (-0600) Subject: utf8.c: White space only X-Git-Tag: accepted/trunk/20130322.191538~2565 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=507a8485b8808f21cd35d0d4d190f33367d3773a;p=platform%2Fupstream%2Fperl.git utf8.c: White space only This indents a block of code to match being in a newly created block --- diff --git a/utf8.c b/utf8.c index b8a5227..7763e82 100644 --- a/utf8.c +++ b/utf8.c @@ -2489,11 +2489,11 @@ S_swash_get(pTHX_ SV* swash, UV start, UV span) * in small powers of 2, this should be a valid assumption */ assert(start + span - 1 <= PERL_UNICODE_MAX); - send = s + scur; - while (s < send) { - *s = ~(*s); - s++; - } + send = s + scur; + while (s < send) { + *s = ~(*s); + s++; + } } }