summaryrefslogtreecommitdiff
path: root/utf8.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-10-17 12:48:13 -0600
committerKarl Williamson <khw@cpan.org>2020-10-22 08:54:04 -0600
commitf0919eff3778a98ab2c7a0d406c22a98a89a6d18 (patch)
tree9b85d692e6394bf68afff1b545676acd3054fd0e /utf8.c
parent21017b828e829b8b3d524f1e76a56ebbb93cebe4 (diff)
downloadperl-f0919eff3778a98ab2c7a0d406c22a98a89a6d18.tar.gz
utf8.c: Add blank line for visual clarity
Diffstat (limited to 'utf8.c')
-rw-r--r--utf8.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utf8.c b/utf8.c
index dc343cce8d..be615e13f3 100644
--- a/utf8.c
+++ b/utf8.c
@@ -4191,6 +4191,7 @@ L<https://www.unicode.org/unicode/reports/tr21/> (Case Mappings).
* string.
* FOLDEQ_S2_FOLDS_SANE
*/
+
I32
Perl_foldEQ_utf8_flags(pTHX_ const char *s1, char **pe1, UV l1, bool u1,
const char *s2, char **pe2, UV l2, bool u2,