diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-05-15 20:01:31 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-06-02 08:29:21 -0600 |
commit | 5a5f34c4dea90bbeeaae41872ff8f8e15af64447 (patch) | |
tree | e3db68f81a262977172344019ef7b28a1ce91bb6 /lib/unicore | |
parent | 8fdef2795bdab8c3d5d8687e364fa1024c93a3c9 (diff) | |
download | perl-5a5f34c4dea90bbeeaae41872ff8f8e15af64447.tar.gz |
mktables: White-space only change
Diffstat (limited to 'lib/unicore')
-rw-r--r-- | lib/unicore/mktables | 8 |
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'))) { |