summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/vyatta-show-nat-rules.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-show-nat-rules.pl b/scripts/vyatta-show-nat-rules.pl
index c6e2d1e..72a7899 100755
--- a/scripts/vyatta-show-nat-rules.pl
+++ b/scripts/vyatta-show-nat-rules.pl
@@ -43,7 +43,7 @@ my $dst_level = "nat destination rule";
my $level = undef;
my $format1 = "%-6s %-16s %-58s";
-my $format2 = " %-16s %-62s";
+my $format2 = " %-16s %-62s";
sub numerically { $a <=> $b; }