mktables: White space only
authorKarl Williamson <public@khwilliamson.com>
Fri, 4 Nov 2011 19:18:26 +0000 (13:18 -0600)
committerKarl Williamson <public@khwilliamson.com>
Tue, 8 Nov 2011 15:09:28 +0000 (08:09 -0700)
Indent a newly-formed block

lib/unicore/mktables

index a07f0d3..9b8c9a4 100644 (file)
@@ -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;
     }