From 77118718a5a444e6e817d332bbb209d62268984d Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Mon, 5 Mar 2012 19:35:38 -0700 Subject: charnames: White-space only Outdent code that previously was enclosed in a block --- lib/_charnames.pm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/_charnames.pm b/lib/_charnames.pm index 0334eea292..aa4aa5d6e6 100644 --- a/lib/_charnames.pm +++ b/lib/_charnames.pm @@ -749,13 +749,13 @@ sub viacode { return $code_point_aliases{$hex} if exists $code_point_aliases{$hex}; } - # Here there is no user-defined alias, return any official one. - return $return if defined $return; + # Here there is no user-defined alias, return any official one. + return $return if defined $return; - if (CORE::hex($hex) > 0x10FFFF) { - carp "Unicode characters only allocated up to U+10FFFF (you asked for U+$hex)"; - } - return; + if (CORE::hex($hex) > 0x10FFFF) { + carp "Unicode characters only allocated up to U+10FFFF (you asked for U+$hex)"; + } + return; } # _viacode -- cgit v1.2.1