From 507a8485b8808f21cd35d0d4d190f33367d3773a Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Tue, 27 Sep 2011 20:25:42 -0600 Subject: [PATCH] utf8.c: White space only This indents a block of code to match being in a newly created block --- utf8.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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++; + } } } -- 2.7.4