From 37722eca39874bb6abdcd120e3e458bd62dea62b Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Wed, 5 Jul 2017 11:43:18 -0700 Subject: Bug 1377933 - Remove trailing whitespace from all perl files --- config.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.cgi') diff --git a/config.cgi b/config.cgi index 5f29025cd..95e9a842d 100755 --- a/config.cgi +++ b/config.cgi @@ -80,7 +80,7 @@ else { my @open_status; my @closed_status; foreach my $status (@{$vars->{'status'}}) { - is_open_state($status) ? push(@open_status, $status) + is_open_state($status) ? push(@open_status, $status) : push(@closed_status, $status); } $vars->{'open_status'} = \@open_status; @@ -103,7 +103,7 @@ sub display_data { my $cgi = Bugzilla->cgi; my $template = Bugzilla->template; - # Determine how the user would like to receive the output; + # Determine how the user would like to receive the output; # default is JavaScript. my $format = $template->get_format("config", scalar($cgi->param('format')), scalar($cgi->param('ctype')) || "js"); -- cgit v1.2.3-24-g4f1b