From bfac46ca1fe825b1135f790ee4c7e55b0aee4212 Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Fri, 1 Sep 2017 16:07:36 +0200 Subject: [PATCH] Bug 18742: (QA followup) Fix indentation Signed-off-by: Julian Maurice --- reports/issues_stats.pl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/reports/issues_stats.pl b/reports/issues_stats.pl index 7721b6849d..75c54baac6 100755 --- a/reports/issues_stats.pl +++ b/reports/issues_stats.pl @@ -135,12 +135,12 @@ if ($do_it) { print map { $_->{value} . $sep } @$x; print $line->{totalrow}, "\n"; } -# footer - print "TOTAL"; - $cols = @$results[0]->{loopfooter}; - print map {$sep.$_->{totalcol}} @$cols; - print $sep.@$results[0]->{total}; + # footer + print "TOTAL"; + $cols = @$results[0]->{loopfooter}; + print map {$sep.$_->{totalcol}} @$cols; + print $sep.@$results[0]->{total}; } exit; } -- 2.11.0