summaryrefslogtreecommitdiff
path: root/utf8.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-12-27 22:17:43 -0700
committerKarl Williamson <khw@cpan.org>2020-01-03 21:55:15 -0700
commit99f3049521ee2ec62f8a0cd5ed547429c1d374bc (patch)
tree45dff899903d4b1c4587b129715b5f0b1b5a08d2 /utf8.c
parent100de20c48e8eb318406f6c2e9d269cd2adfae14 (diff)
downloadperl-99f3049521ee2ec62f8a0cd5ed547429c1d374bc.tar.gz
utf8.c: Comment white-space only
Diffstat (limited to 'utf8.c')
-rw-r--r--utf8.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/utf8.c b/utf8.c
index 819a48588a..bbe5e58c6d 100644
--- a/utf8.c
+++ b/utf8.c
@@ -3463,9 +3463,8 @@ Perl__inverse_folds(pTHX_ const UV cp, U32 * first_folds_to,
* to 'cp', and the parallel array containing the length of the list
* array */
*first_folds_to = IVCF_AUX_TABLE_ptrs[-base][0];
- *remaining_folds_to = IVCF_AUX_TABLE_ptrs[-base] + 1; /* +1 excludes
- *first_folds_to
- */
+ *remaining_folds_to = IVCF_AUX_TABLE_ptrs[-base] + 1;
+ /* +1 excludes first_folds_to */
return IVCF_AUX_TABLE_lengths[-base];
}