From 932a38d1a532eec8faccdcb6e4ce4d023fbf70be Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Fri, 9 Apr 2021 12:18:22 -0600 Subject: sv.c: Comments white-space only --- sv.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sv.c') diff --git a/sv.c b/sv.c index 172a1faa5e..a7a004400d 100644 --- a/sv.c +++ b/sv.c @@ -4430,11 +4430,11 @@ Perl_sv_setsv_flags(pTHX_ SV *dsv, SV* ssv, const I32 flags) * be allocated it is still not worth swiping PADTMPs for short * strings, as the savings here are small. * - * If swiping is not an option, then we see whether it is - * worth using copy-on-write. If the lhs already has a buf- - * fer big enough and the string is short, we skip it and fall back - * to method 3, since memcpy is faster for short strings than the - * later bookkeeping overhead that copy-on-write entails. + * If swiping is not an option, then we see whether it is worth using + * copy-on-write. If the lhs already has a buffer big enough and the + * string is short, we skip it and fall back to method 3, since memcpy + * is faster for short strings than the later bookkeeping overhead that + * copy-on-write entails. * If the rhs is not a copy-on-write string yet, then we also * consider whether the buffer is too large relative to the string @@ -8420,7 +8420,7 @@ Perl_sv_collxfrm_flags(pTHX_ SV *const sv, STRLEN *const nxp, const I32 flags) Safefree(mg->mg_ptr); s = SvPV_flags_const(sv, len, flags); - if ((xf = mem_collxfrm_(s, len, &xlen, cBOOL(SvUTF8(sv))))) { + if ((xf = mem_collxfrm_(s, len, &xlen, cBOOL(SvUTF8(sv))))) { if (! mg) { mg = sv_magicext(sv, 0, PERL_MAGIC_collxfrm, &PL_vtbl_collxfrm, 0, 0); -- cgit v1.2.1