projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
395dfc1
)
mktables: White space only
author
Karl Williamson
<public@khwilliamson.com>
Fri, 4 Nov 2011 19:18:26 +0000
(13:18 -0600)
committer
Karl Williamson
<public@khwilliamson.com>
Tue, 8 Nov 2011 15:09:28 +0000
(08:09 -0700)
Indent a newly-formed block
lib/unicore/mktables
patch
|
blob
|
history
diff --git
a/lib/unicore/mktables
b/lib/unicore/mktables
index
a07f0d3
..
9b8c9a4
100644
(file)
--- a/
lib/unicore/mktables
+++ b/
lib/unicore/mktables
@@
-7757,9
+7757,9
@@
sub trace { return main::trace(@_) if main::DEBUG && $to_trace }
# doesn't affect match tables
$map{$addr}->set_fate($fate, $reason);
if ($fate != $MAP_PROXIED) {
- foreach my $table ($map{$addr}, $self->tables) {
- $table->set_fate($fate, $reason);
- }
+
foreach my $table ($map{$addr}, $self->tables) {
+
$table->set_fate($fate, $reason);
+
}
}
return;
}