From: afresh1 Date: Thu, 16 Feb 2023 01:06:01 +0000 (+0000) Subject: Whitespace X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=5e31da3287daf9f6f8be636251e69ba680ebd593;p=openbsd Whitespace I am pretty sure it was schwarze@ who pointed this out long ago. --- diff --git a/share/locale/ctype/gen_ctype_utf8.pl b/share/locale/ctype/gen_ctype_utf8.pl index 03d24914014..396bd4474d3 100755 --- a/share/locale/ctype/gen_ctype_utf8.pl +++ b/share/locale/ctype/gen_ctype_utf8.pl @@ -1,5 +1,5 @@ #!/usr/bin/env perl -# $OpenBSD: gen_ctype_utf8.pl,v 1.7 2021/05/16 22:48:05 afresh1 Exp $ # +# $OpenBSD: gen_ctype_utf8.pl,v 1.8 2023/02/16 01:06:01 afresh1 Exp $ # use 5.022; use warnings; @@ -402,8 +402,8 @@ sub codepoint_columns my ( $code, $charinfo ) = @_; return undef unless defined $code; - # Private use areas are _most likely_ used by one column glyphs - return 1 if $charinfo->{category} eq 'Co'; + # Private use areas are _most likely_ used by one column glyphs + return 1 if $charinfo->{category} eq 'Co'; return 0 if $charinfo->{category} eq 'Mn'; return 0 if $charinfo->{category} eq 'Me';