From 20863809fc1a465b942f84ae1005781e1cafb994 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 2 Mar 2011 22:07:27 -0700 Subject: [PATCH] mktables: Nits in comment, white space --- lib/unicore/mktables | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/unicore/mktables b/lib/unicore/mktables index e3fa1ab..bb54843 100644 --- a/lib/unicore/mktables +++ b/lib/unicore/mktables @@ -5393,6 +5393,7 @@ sub trace { return main::trace(@_); } my $default_map = delete $args{'Default_Map'}; my $property = delete $args{'_Property'}; my $full_name = delete $args{'Full_Name'}; + # Rest of parameters passed on my $range_list = Range_Map->new(Owner => $property); @@ -5580,7 +5581,7 @@ sub trace { return main::trace(@_); } my $full_name = $self->full_name; - # If table says to output, do so; if says to suppress it, do do. + # If table says to output, do so; if says to suppress it, do so. return $EXTERNAL_MAP if grep { $_ eq $full_name } @output_mapped_properties; return 0 if $self->status eq $SUPPRESSED; -- 2.7.4