From a276aad4819e7d3a2c24cc2e621d7fce0dcac574 Mon Sep 17 00:00:00 2001 From: Isaac Good Date: Tue, 6 Dec 2016 18:46:15 -0800 Subject: Drop remaining tabs --- scripts/listsort.pl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'scripts') diff --git a/scripts/listsort.pl b/scripts/listsort.pl index deb8770..8e6e02d 100644 --- a/scripts/listsort.pl +++ b/scripts/listsort.pl @@ -29,11 +29,11 @@ sub list_event { $list{$name}{'size'} = $size; my $modes = ''; - $list{$name}{'desc'} = ''; + $list{$name}{'desc'} = ''; if ($more =~ /^[^[]*\[([^]]*)\][^ ]* *([^ ].*)$/) { - $modes = $1; - $list{$name}{'desc'} = $2; - } + $modes = $1; + $list{$name}{'desc'} = $2; + } $modes =~ s/ +$//; $list{$name}{'modes'} = $modes; @@ -42,8 +42,8 @@ sub list_event { # Print out the whole list in sorted order. sub list_end { for my $name (sort {$list{$a}{'size'} <=> $list{$b}{'size'}} keys %list) { - my $mode = $list{$name}{'modes'}; - $mode = " ($mode)" if ($mode); + my $mode = $list{$name}{'modes'}; + $mode = " ($mode)" if ($mode); my $msg = sprintf ( "%d %s: %s%s", $list{$name}{'size'}, -- cgit v1.2.3