This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mktables: White-space only change
authorKarl Williamson <public@khwilliamson.com>
Wed, 16 May 2012 02:01:31 +0000 (20:01 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sat, 2 Jun 2012 14:29:21 +0000 (08:29 -0600)
lib/unicore/mktables

index 00c1259..5bfc4f9 100644 (file)
@@ -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')))
     {