Skip to content

Commit

Permalink
D:P: parts/inc/misc: white-space only
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed Jan 27, 2020
1 parent b52d70e commit c2fba88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/Devel-PPPort/parts/inc/misc
Original file line number Diff line number Diff line change
Expand Up @@ -2755,7 +2755,7 @@ for $i (sort { $a <=> $b } keys %code_points_to_test) {
XDIGIT))
{
if ($i < 256) { # For the ones that can fit in a byte, test each of
#three macros.
# three macros.
my $suffix;
for $suffix ("", "_A", "_L1", "_uvchr") {
my $should_be = ($i > 0x7F && $suffix !~ /_(uvchr|L1)/)
Expand Down
2 changes: 1 addition & 1 deletion dist/Devel-PPPort/t/misc.t
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ for $i (sort { $a <=> $b } keys %code_points_to_test) {
XDIGIT))
{
if ($i < 256) { # For the ones that can fit in a byte, test each of
#three macros.
# three macros.
my $suffix;
for $suffix ("", "_A", "_L1", "_uvchr") {
my $should_be = ($i > 0x7F && $suffix !~ /_(uvchr|L1)/)
Expand Down

0 comments on commit c2fba88

Please sign in to comment.