summaryrefslogtreecommitdiff
path: root/lib/unicore
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-05-15 20:01:31 -0600
committerKarl Williamson <public@khwilliamson.com>2012-06-02 08:29:21 -0600
commit5a5f34c4dea90bbeeaae41872ff8f8e15af64447 (patch)
treee3db68f81a262977172344019ef7b28a1ce91bb6 /lib/unicore
parent8fdef2795bdab8c3d5d8687e364fa1024c93a3c9 (diff)
downloadperl-5a5f34c4dea90bbeeaae41872ff8f8e15af64447.tar.gz
mktables: White-space only change
Diffstat (limited to 'lib/unicore')
-rw-r--r--lib/unicore/mktables8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/unicore/mktables b/lib/unicore/mktables
index 00c1259b2e..5bfc4f9656 100644
--- a/lib/unicore/mktables
+++ b/lib/unicore/mktables
@@ -13005,10 +13005,10 @@ sub compile_perl() {
# Word characters as well
my $XID_Start = property_ref('XID_Start');
my $perl_xids = $perl->add_match_table('_Perl_IDStart',
- Perl_Extension => 1,
- Fate => $INTERNAL_ONLY,
- Initialize => ord('_')
- );
+ Perl_Extension => 1,
+ Fate => $INTERNAL_ONLY,
+ Initialize => ord('_')
+ );
if (defined $XID_Start
|| defined ($XID_Start = property_ref('ID_Start')))
{