Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Minor whitespace fix
  • Loading branch information
Geoffrey Broadwell committed Aug 2, 2014
1 parent a433aaf commit 42b0c49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions analyze
Expand Up @@ -460,8 +460,8 @@ sub summarize_results_text_history {
my $format = join $spacer => "%-10s", (("%${longest_comp}s ") x $col);
$format .= "\n";

my @date_sorted = sort { ($a->{commit_time} || 0)
<=> ($b->{commit_time} || 0) } @{$s->{compilers}};
my @date_sorted = sort { ($a->{commit_time} || 0)
<=> ($b->{commit_time} || 0) } @{$s->{compilers}};

my @ignore = @{$s->{ignoring}};
my $ignore = @ignore ? ' (ignoring ' . join(' and ' => @ignore) . ')' : '';
Expand Down

0 comments on commit 42b0c49

Please sign in to comment.