From 21889585819187bb7fc7752c7dee1f50c4c14f84 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 26 Sep 2016 11:38:03 +0200 Subject: [PATCH] wh: no tabs, no trailing whitespaces --- bin/mozilla/wh.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/mozilla/wh.pl b/bin/mozilla/wh.pl index fb359085e..ab88983fa 100644 --- a/bin/mozilla/wh.pl +++ b/bin/mozilla/wh.pl @@ -754,14 +754,14 @@ sub generate_journal { my $allrows = 0; $allrows = 1 if $form->{report_generator_output_format} ne 'HTML' ; - + # manual paginating my $pages = {}; $pages->{per_page} = $::form->{per_page} || 15; my $first_nr = ($page - 1) * $pages->{per_page}; my $last_nr = $first_nr + $pages->{per_page}; my $idx = 0; - + foreach my $entry (@contents) { $entry->{qty} = $form->format_amount_units('amount' => $entry->{qty}, 'part_unit' => $entry->{partunit}, @@ -977,7 +977,7 @@ sub generate_report { } if ( $allrows || ($idx >= $first_nr && $idx < $last_nr )) { - $report->add_data($row_set); + $report->add_data($row_set); } $idx++; } -- 2.20.1